DeliverableMailItem members
The DeliverableMailItem class provides a read-only interface to the mail item envelope.
The DeliverableMailItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
DateTimeReceived | The DateTimeReceived property gets the date and time that the mail item was received for delivery. | |
DeliveryPriority | The DeliveryPriority property gets the order or speed at which the message should be sent by the messaging system. | |
DsnFormatRequested | The DsnFormatRequested property gets the DSN format requested for this mail message. | |
EnvelopeId | The EnvelopeId gets the identifier for the message envelope. | |
FromAddress | The FromAddress property gets the routing address of the mail sender. | |
InboundDeliveryMethod | The InboundDeliveryMethod gets the delivery method that this e-mail message comes from. | |
Message | The Message property gets the incoming mail message. | |
MimeStreamLength | The MimeStreamLength gets the length of the message MIME stream. | |
MustDeliver | The MustDeliver property gets a value indicating whether the transport should retry delivery until the message is delivered successfully. | |
OriginalAuthenticator | The OriginalAuthenticator property gets the original AUTH provider for the mail message. | |
OriginatingDomain | The OriginatingDomain property gets the HELO/EHLO string presented to the SMTP server. | |
Recipients | The Recipients property gets the collection of recipients on the message, including to, cc and bcc recipients. | |
TenantId | The TenantId property gets the tenant to which the item belongs. |
Top
Methods
Name | Description | |
---|---|---|
GetMimeReadStream | The GetMimeReadStream() method returns a stream containing the mail message contents. | |
TryGetListProperty<ItemT> | The TryGetListProperty<ItemT>(String, ReadOnlyCollection<ItemT>) method returns the value of an extended property that is an array or list. | |
TryGetProperty<T> | The TryGetProperty<T>(String, T) method returns the value of an extended property. |
Top