Click or drag to resize

SaveMailEmail Class

Stores information specific to emails and provides operations on contacts.
Inheritance Hierarchy
SystemObject
  Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailDocument
    Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMailSaveMailEmail

Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess.SaveMail
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public class SaveMailEmail : SaveMailDocument

The SaveMailEmail type exposes the following members.

Constructors
 NameDescription
Public methodSaveMailEmailInitializes a new instance of the SaveMailEmail class
Top
Properties
 NameDescription
Public propertyAttachments Attachments' information.
Public propertyBccEmails Bcc recipients.
Public propertyCcEmails Cc recipients.
Public propertyContacts Contacts collection. Should be populated with GetContacts(ODataService, DictionaryString, String).
Public propertyContent Content bytes of email item (email/attachment)
(Inherited from SaveMailDocument)
Public propertyCulture Email culture.
Public propertyDate Date that should be put on the document
(Inherited from SaveMailDocument)
Public propertyDocument Document object
(Inherited from SaveMailDocument)
Public propertyDocumentGrp Document group
(Inherited from SaveMailDocument)
Public propertyDocumentState Document state
(Inherited from SaveMailDocument)
Public propertyDocumentType Document type
(Inherited from SaveMailDocument)
Public propertyFileName Document file name
(Inherited from SaveMailDocument)
Public propertyMessageId Contains the messageid if the document is a mail
(Inherited from SaveMailDocument)
Public propertyParentId Contains the messageid of the parent document
(Inherited from SaveMailDocument)
Public propertySenderEmails Sender email address.
Public propertySenderName Sender name
(Inherited from SaveMailDocument)
Public propertySentFrom Sender email address
(Inherited from SaveMailDocument)
Public propertySource Document source
(Inherited from SaveMailDocument)
Public propertyTitle Document title
(Inherited from SaveMailDocument)
Public propertyToEmails To recipients.
Public propertyUniqueId Unique id
(Inherited from SaveMailDocument)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFindValidReceiver Searches for specified email in all email parties' emails.
Public methodGetBccContacts Gets Bcc recipients' contacts found.
Public methodGetCcContacts Gets Cc recipients' contacts found.
Public methodGetContacts Populates Contacts with all recipients of the email.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetSenderContacts Gets sender's contacts found.
Public methodGetToContacts Gets To recipients' contacts found.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemoveEmailAddressFromEmails Removes email from all email lists.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
See Also