Stores information specific to emails and provides operations on contacts.
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailDocument
Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailEmail
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The SaveMailEmail type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SaveMailEmail | Initializes a new instance of the SaveMailEmail class |
Properties
Name | Description | |
---|---|---|
Attachments |
Attachments' information.
| |
BccEmails |
Bcc recipients.
| |
CcEmails |
Cc recipients.
| |
Contacts |
Contacts collection. Should be populated with GetContacts(ODataService, DictionaryString, String).
| |
Content |
Content bytes of email item (email/attachment)
(Inherited from SaveMailDocument.) | |
Culture |
Email culture.
| |
Date |
Date that should be put on the document
(Inherited from SaveMailDocument.) | |
Document |
Document object
(Inherited from SaveMailDocument.) | |
DocumentGrp |
Document group
(Inherited from SaveMailDocument.) | |
DocumentState |
Document state
(Inherited from SaveMailDocument.) | |
DocumentType |
Document type
(Inherited from SaveMailDocument.) | |
FileName |
Document file name
(Inherited from SaveMailDocument.) | |
SenderEmails |
Sender email address.
| |
SenderName |
Sender name
(Inherited from SaveMailDocument.) | |
SentFrom |
Sender email address
(Inherited from SaveMailDocument.) | |
Source |
Document source
(Inherited from SaveMailDocument.) | |
Title |
Document title
(Inherited from SaveMailDocument.) | |
ToEmails |
To recipients.
| |
UniqueId |
Unique id
(Inherited from SaveMailDocument.) |
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.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also