Click or drag to resize

IMailModel Interface

IMailModel interface

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

The IMailModel type exposes the following members.

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