SaveMailEmail Class

Scanjour Workflow4 Reference Manual
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_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public class SaveMailEmail : SaveMailDocument

The SaveMailEmail type exposes the following members.

Constructors

  NameDescription
Public methodSaveMailEmail
Initializes a new instance of the SaveMailEmail class
Top
Properties

  NameDescription
Public propertyAttachments
Attachments' information.
Public propertyBccEmails
Bcc recipients.
Public propertyCcEmails
Cc recipients.
Public propertyContacts
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 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSenderContacts
Gets sender's contacts found.
Public methodGetToContacts
Gets To recipients' contacts found.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveEmailAddressFromEmails
Removes email from all email lists.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference