DeliverableMailItem.MustDeliver property

The MustDeliver property gets a value indicating whether the transport should retry delivery until the message is delivered successfully.

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

Syntax

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

value = instance.MustDeliver
public abstract bool MustDeliver { get; }

Property value

Type: System.Boolean
The MustDeliver property is true if the transport should retry delivery until the message is delivered successfully; otherwise, the property is false.Boolean.

See also

Reference

DeliverableMailItem class

DeliverableMailItem members

Microsoft.Exchange.Data.Transport namespace