Click or drag to resize

SaveMailEmail Properties

The SaveMailEmail type exposes the following members.

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
See Also