DeliverMailItemEventArgs.DeliverableMailItem Property

The DeliverableMailItem property gets a mail item for the queue associated with the request.

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

Syntax

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

value = instance.DeliverableMailItem
public abstract DeliverableMailItem DeliverableMailItem { get; }

Property Value

Type: Microsoft.Exchange.Data.Transport.DeliverableMailItem
A DeliverableMailItem instance for the queue associated with the event.