Click or drag to resize
Infosoft Logo

EmailMessage Class

Provides data for
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.MessagingEmailMessage

Namespace: Infosoft.Common.Contracts.DataContracts.Messaging
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class EmailMessage : INotifyPropertyChanged, 
	INotifyChildPropertyChanged, IQueryInterface

The EmailMessage type exposes the following members.

Properties
 NameDescription
Public propertyAction Gets or sets the action.
Public propertyAttachments Gets or sets the attachments.
Public propertyBccRecipients Gets or sets the blind copy recipients.
Public propertyBodyType Gets or sets the type of the body, ie HTML, Text etc
Public propertyCcRecipients Gets or sets the copy recipients.
Public propertyCustomer_Id Gets or sets the customer identifier if one exists.
Public propertyEmailBodyText Gets or sets the email body text.
Public propertyFrom Gets or sets from.
Public propertyInternalId Gets or sets the internal identifier, this might be different from the external reference Id (as it is for exchange messages)
Public propertyInternetReferenceId Gets or sets the reference identifier.
Public propertySubject Gets or sets the subject.
Public propertyToRecipients Gets or sets the recipients.
Top
Methods
See Also