All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
EmailInfo2 Class Reference

EmailInfo2 class More...

Public Member Functions

 EmailInfo2 ()
 Initializes a new instance of the EmailInfo2 class. More...
 

Properties

EmailAttachment2Collection Attachments [get, set]
 Gets or sets the attachments. More...
 
StringCollection BccField [get, set]
 Gets or sets the BCC field. More...
 
string Body [get, set]
 Gets or sets the body property which holds the actual content of the email. More...
 
StringCollection CCField [get, set]
 Gets or sets the CC field. More...
 
short Format [get, set]
 Gets or sets the format. More...
 
string FromField [get, set]
 Gets or sets from field. More...
 
short Importance [get, set]
 Gets or sets the importance. More...
 
string Subject [get, set]
 Gets or sets the subject field. More...
 
StringCollection ToField [get, set]
 Gets or sets to field. More...
 

Description

EmailInfo2 class

Constructor & Destructor Documentation

Initializes a new instance of the EmailInfo2 class.

Property Documentation

EmailAttachment2Collection Attachments
getset

Gets or sets the attachments.

Collection of attachments to be sent with the email.

StringCollection BccField
getset

Gets or sets the BCC field.

Collection of email addresses of the users you want to know about the email but not announce to everyone else that they are getting a copy.

string Body
getset

Gets or sets the body property which holds the actual content of the email.

Body of the email.

StringCollection CCField
getset

Gets or sets the CC field.

Collection of email addresses of the users whom you want to know about the email.

short Format
getset

Gets or sets the format.

Specifies whether the mail format should be in Text/Html which takes the values 0,1 respectively.

string FromField
getset

Gets or sets from field.

Email address of the user who is sending the email.

short Importance
getset

Gets or sets the importance.

Importance of the email. It can take the below values. Normal – 0 Low – 1 High – 2

string Subject
getset

Gets or sets the subject field.

Subject of the email.

StringCollection ToField
getset

Gets or sets to field.

Collection of email addresses of the users to whom the email is sent.