Partager via


OpenConnectionEventArgs.DeliverableMailItem property

The DeliverableMailItem property gets a mail item for delivery.

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 OpenConnectionEventArgs
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.

See also

Reference

OpenConnectionEventArgs class

OpenConnectionEventArgs members

Microsoft.Exchange.Data.Transport.Delivery namespace