Share via


EnvelopeRecipient.RequestedReports property

When overridden in a derived class, gets or sets a value that specifies which delivery status notification (DSN) reports are requested for the recipient.

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

Syntax

'Declaration
Public MustOverride Property RequestedReports As DsnTypeRequested
    Get
    Set
'Usage
Dim instance As EnvelopeRecipient
Dim value As DsnTypeRequested

value = instance.RequestedReports

instance.RequestedReports = value
public abstract DsnTypeRequested RequestedReports { get; set; }

Property value

Type: Microsoft.Exchange.Data.Transport.DsnTypeRequested
The DSN type.

See also

Reference

EnvelopeRecipient class

EnvelopeRecipient members

Microsoft.Exchange.Data.Transport namespace