Class DocumentAttributes
Names of mail attributes.
Inheritance
System.Object
DocumentAttributes
Namespace: Syncfusion.MIME
Assembly: Syncfusion.MIME.Base.dll
Syntax
public sealed class DocumentAttributes : Object
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 |