Click or drag to resize
Infosoft Logo

EmailMessageAttachment Class

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

Namespace: Infosoft.Common.Contracts.DataContracts.Messaging
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class EmailMessageAttachment

The EmailMessageAttachment type exposes the following members.

Properties
 NameDescription
Public propertyContentId Gets or sets the content identifier (if one exists) - typically content Id only exist for inline messages.
Public propertyFilePath Gets or sets the file path to any new attachments. Note that existing attachments from the mail server will have an empty filepath.
Public propertyInternalId Gets or sets the identifier, representing the Id that the attachment has on the server (if any)
Public propertyIsInline Gets or sets a value indicating whether this instance is an inline attachment, such as an embedded image or some such.
Public propertyName Gets or sets the name of the attachment, typically the filename.
Top
See Also