EnvelopeRecipient.RequestedReports Property
When overridden in a derived class, the RequestedReports property 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
public abstract DsnTypeRequested RequestedReports { get; set; }
public:
virtual property DsnTypeRequested RequestedReports {
DsnTypeRequested get () abstract;
void set (DsnTypeRequested value) abstract;
}
/** @property */
public abstract DsnTypeRequested get_RequestedReports ()
/** @property */
public abstract void set_RequestedReports (DsnTypeRequested value)
public abstract function get RequestedReports () : DsnTypeRequested
public abstract function set RequestedReports (value : DsnTypeRequested)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003