DeliverableMailItem.EnvelopeId property

The EnvelopeId gets the identifier for the message envelope.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property EnvelopeId As String
    Get
'Usage
Dim instance As DeliverableMailItem
Dim value As String

value = instance.EnvelopeId
public abstract string EnvelopeId { get; }

Property value

Type: System.String
The EnvelopeId property returns the message envelope identifier as a string.

See also

Reference

DeliverableMailItem class

DeliverableMailItem members

Microsoft.Exchange.Data.Transport namespace