Represents a Message Disposition Notification. Currently only implements what is necessary for Read Receipt responses.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkFrameworkFolderItem
Ipswitch.Messaging.Framework.MailEmail
Ipswitch.Messaging.Framework.MailReadReceiptResponse
Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The ReadReceiptResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ReadReceiptResponse | Initializes a new instance of the ReadReceiptResponse class |
Methods
Name | Description | |
---|---|---|
![]() | Delete |
Deletes the message
(Inherited from Email.) |
![]() | Dispose |
Dispose of the object
(Inherited from Email.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetBodyLines |
Returns the message body as a series of CRLF delimited lines
(Inherited from Email.) |
![]() | GetBodyStream |
Returns the message body as a byte stream
(Inherited from Email.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetHeaderLines |
Returns the message header as a series of CRLF delimited lines
(Inherited from Email.) |
![]() | GetHeaderStream |
Returns the message header as a byte stream
(Inherited from Email.) |
![]() | GetLines |
Returns the message as a series of CRLF delimited lines
(Inherited from Email.) |
![]() | GetStream |
Builds a Stream containing the bytes for this email in its MIME format.
(Overrides EmailGetStream.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Save |
Saves the Message flags to the mailbox file
(Inherited from Email.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ActionMode |
The action mode for the Disposition property of the message/disposition-notification part.
|
![]() | Attachments |
The message attachments
(Overrides EmailAttachments.) |
![]() | Bcc | (Overrides EmailBcc.) |
![]() | Body | (Overrides EmailBody.) |
![]() | BodySize |
The message body size
(Inherited from Email.) |
![]() | CC |
Gets or sets a list of carbon copy (CC) recipients for this email.
(Overrides EmailCC.) |
![]() | ContentType |
The message content type
(Overrides EmailContentType.) |
![]() | Date | (Overrides EmailDate.) |
![]() | DispositionType |
The disposition type for the Disposition property of the message/disposition-notification part.
|
![]() | FinalRecipient |
The Final-Recipient property of the message/disposition-notification part.
|
![]() | Flags |
The message flags
(Inherited from Email.) |
![]() | Folder |
The containing email folder
(Inherited from Email.) |
![]() | From |
Gets or sets the EmailAddress of the sender of this email.
(Overrides EmailFrom.) |
![]() | HeaderSize |
The message header size
(Inherited from Email.) |
![]() | Id |
Gets a unique identifier for the message.
(Inherited from Email.) |
![]() | Index |
The one-based message index
(Inherited from Email.) |
![]() | InReplyTo |
The In-Reply-To header
(Inherited from Email.) |
![]() | MeetingRequest | (Inherited from Email.) |
![]() | MessageId |
The Message-Id header
(Inherited from Email.) |
![]() | MimeStructure |
The MIME structure
(Inherited from Email.) |
![]() | NotificationAddress |
The Read-Receipt header
(Overrides EmailNotificationAddress.) |
![]() | OriginalMessageId |
The Original-Message-ID property of the message/disposition-notification part.
|
![]() | ParentFolder | (Inherited from FrameworkFolderItem.) |
![]() | Priority |
The email priority
(Inherited from Email.) |
![]() | ReceivedDate |
The date the message was received
(Inherited from Email.) |
![]() | ReplyTo |
The Reply-To header
(Inherited from Email.) |
![]() | ReportingUserAgentDomain |
The domain string for the Reporting-UA property of the message/disposition-notification part.
|
![]() | ReportingUserAgentVersion |
The email client's name and version string for the Reporting-UA property of the message/disposition-notification part.
|
![]() | Sender |
The Sender header
(Inherited from Email.) |
![]() | SendingMode |
The sending mode for the Disposition property of the message/disposition-notification part.
|
![]() | Size |
The message size
(Inherited from Email.) |
![]() | Subject | (Overrides EmailSubject.) |
![]() | SubjectCharset | (Overrides EmailSubjectCharset.) |
![]() | To |
Gets or sets a list of recipients for this email.
(Overrides EmailTo.) |
![]() | Uidl |
The message UIDL
(Inherited from Email.) |
![]() | User | (Inherited from Email.) |
See Also