Show / Hide Table of Contents

Class MailInfo

Inheritance
object
MailInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Mail
Assembly: DotNetNuke.dll
Syntax
public class MailInfo

Constructors

MailInfo()

Declaration
public MailInfo()

Properties

Attachments

Declaration
public ICollection<MailAttachment> Attachments { get; set; }
Property Value
Type Description
ICollection<MailAttachment>

BCC

Declaration
public string BCC { get; set; }
Property Value
Type Description
string

Body

Declaration
public string Body { get; set; }
Property Value
Type Description
string

BodyEncoding

Declaration
public Encoding BodyEncoding { get; set; }
Property Value
Type Description
Encoding

BodyFormat

Declaration
public MailFormat BodyFormat { get; set; }
Property Value
Type Description
MailFormat

CC

Declaration
public string CC { get; set; }
Property Value
Type Description
string

From

Declaration
public string From { get; set; }
Property Value
Type Description
string

FromName

Declaration
public string FromName { get; set; }
Property Value
Type Description
string

Priority

Declaration
public MailPriority Priority { get; set; }
Property Value
Type Description
MailPriority

ReplyTo

Declaration
public string ReplyTo { get; set; }
Property Value
Type Description
string

Sender

Declaration
public string Sender { get; set; }
Property Value
Type Description
string

Subject

Declaration
public string Subject { get; set; }
Property Value
Type Description
string

To

Declaration
public string To { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS