The SaveMailEmail type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindValidReceiver |
Searches for specified email in all email parties' emails.
|
![]() | GetBccContacts |
Gets Bcc recipients' contacts found.
|
![]() | GetCcContacts |
Gets Cc recipients' contacts found.
|
![]() | GetContacts |
Populates Contacts with all recipients of the email.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSenderContacts |
Gets sender's contacts found.
|
![]() | GetToContacts |
Gets To recipients' contacts found.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveEmailAddressFromEmails |
Removes email from all email lists.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also