Class MailInfo
Assembly: DotNetNuke.dll
Syntax
Constructors
MailInfo()
Declaration
Properties
Attachments
Declaration
public ICollection<MailAttachment> Attachments { get; set; }
Property Value
BCC
Declaration
public string BCC { get; set; }
Property Value
Body
Declaration
public string Body { get; set; }
Property Value
BodyEncoding
Declaration
public Encoding BodyEncoding { get; set; }
Property Value
BodyFormat
Declaration
public MailFormat BodyFormat { get; set; }
Property Value
CC
Declaration
public string CC { get; set; }
Property Value
From
Declaration
public string From { get; set; }
Property Value
FromName
Declaration
public string FromName { get; set; }
Property Value
Priority
Declaration
public MailPriority Priority { get; set; }
Property Value
ReplyTo
Declaration
public string ReplyTo { get; set; }
Property Value
Sender
Declaration
public string Sender { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
To
Declaration
public string To { get; set; }
Property Value
Extension Methods