Class DocumentAttributes
Names of mail attributes.
Inheritance
System.Object
DocumentAttributes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.MIME
Assembly: Syncfusion.MIME.Base.dll
Syntax
public sealed class DocumentAttributes
Constructors
DocumentAttributes()
Declaration
public DocumentAttributes()
Fields
Cc
cc.
Declaration
public const string Cc = "Cc"
Field Value
Type |
---|
System.String |
Date
Date.
Declaration
public const string Date = "Date"
Field Value
Type |
---|
System.String |
From
From.
Declaration
public const string From = "From"
Field Value
Type |
---|
System.String |
Subject
Subject.
Declaration
public const string Subject = "Subject"
Field Value
Type |
---|
System.String |
To
To.
Declaration
public const string To = "To"
Field Value
Type |
---|
System.String |