Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Message property gets the incoming mail message.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Message As EmailMessage
Get
'Usage
Dim instance As DeliverableMailItem
Dim value As EmailMessage
value = instance.Message
public abstract EmailMessage Message { get; }
Property value
Type: Microsoft.Exchange.Data.Transport.Email.EmailMessage
The Message property returns a EmailMessage instance containing a read-only copy of the mail message.