Click or drag to resize

SOMailModel Interface

SOMailModel class

Namespace:  SOMailReader.Interop
Assembly:  SOMailReader.Interop (in SOMailReader.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOMailModel : IMailModel

The SOMailModel type exposes the following members.

Properties
  NameDescription
Public propertyBodyHtml
property BodyHtml
(Inherited from IMailModel.)
Public propertyBodyPlain
property BodyPlain
(Inherited from IMailModel.)
Public propertyCreatedAssociateId
property CreatedAssociateId
(Inherited from IMailModel.)
Public propertyCreatedDate
property CreatedDate
(Inherited from IMailModel.)
Public propertyFrom
property From
(Inherited from IMailModel.)
Public propertyFromContactId
property FromContactId
(Inherited from IMailModel.)
Public propertyFromPersonId
property FromPersonId
(Inherited from IMailModel.)
Public propertyFromProjectId
property FromProjectId
(Inherited from IMailModel.)
Public propertyHasAttachments
property HasAttachments
(Inherited from IMailModel.)
Public propertyIdentity
property Identity
(Inherited from IMailModel.)
Public propertyIsChanged
property IsChanged
(Inherited from IMailModel.)
Public propertyIsRead
property IsRead
(Inherited from IMailModel.)
Public propertyIsSent
property IsSent
(Inherited from IMailModel.)
Public propertyIsValid
property IsValid
(Inherited from IMailModel.)
Public propertyMessageId
property MessageId
(Inherited from IMailModel.)
Public propertyModelIdentifier
property ModelIdentifier
(Inherited from IMailModel.)
Public propertyNumAttachments
property NumAttachments
(Inherited from IMailModel.)
Public propertyNumRecipients
property NumRecipients
(Inherited from IMailModel.)
Public propertyProvider
property Provider
(Inherited from IMailModel.)
Public propertyReceivedDate
property ReceivedDate
(Inherited from IMailModel.)
Public propertySentDate
property SentDate
(Inherited from IMailModel.)
Public propertySubject
property Subject
(Inherited from IMailModel.)
Public propertyTempFilePath
property TempFilePath
(Inherited from IMailModel.)
Public propertyUpdatedAssociateId
property UpdatedAssociateId
(Inherited from IMailModel.)
Public propertyUpdatedDate
property UpdatedDate
(Inherited from IMailModel.)
Top
Methods
  NameDescription
Public methodAddAttachment (Inherited from IMailModel.)
Public methodAddRecipient (Inherited from IMailModel.)
Public methodGetAttachment
method GetAttachment
(Inherited from IMailModel.)
Public methodGetRecipient
method GetRecipient
(Inherited from IMailModel.)
Public methodNewAttachment
method NewAttachment
(Inherited from IMailModel.)
Public methodNewRecipient
method NewRecipient
(Inherited from IMailModel.)
Top
See Also