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
Public property DateTimeReceived The DateTimeReceived property gets the date and time that the mail item was received for delivery.
Public property DeliveryPriority The DeliveryPriority property gets the order or speed at which the message should be sent by the messaging system.
Public property DsnFormatRequested The DsnFormatRequested property gets the DSN format requested for this mail message.
Public property EnvelopeId The EnvelopeId gets the identifier for the message envelope.
Public property FromAddress The FromAddress property gets the routing address of the mail sender.
Public property InboundDeliveryMethod The InboundDeliveryMethod gets the delivery method that this e-mail message comes from.
Public property Message The Message property gets the incoming mail message.
Public property MimeStreamLength The MimeStreamLength gets the length of the message MIME stream.
Public property MustDeliver The MustDeliver property gets a value indicating whether the transport should retry delivery until the message is delivered successfully.
Public property OriginalAuthenticator The OriginalAuthenticator property gets the original AUTH provider for the mail message.
Public property OriginatingDomain The OriginatingDomain property gets the HELO/EHLO string presented to the SMTP server.
Public property Recipients The Recipients property gets the collection of recipients on the message, including to, cc and bcc recipients.
Public property TenantId The TenantId property gets the tenant to which the item belongs.

Top

Methods

  Name Description
Public method GetMimeReadStream The GetMimeReadStream() method returns a stream containing the mail message contents.
Public method TryGetListProperty<ItemT> The TryGetListProperty<ItemT>(String, ReadOnlyCollection<ItemT>) method returns the value of an extended property that is an array or list.
Public method TryGetProperty<T> The TryGetProperty<T>(String, T) method returns the value of an extended property.

Top

See also

Reference

DeliverableMailItem class

Microsoft.Exchange.Data.Transport namespace