Message.DeliveryReportRequested Property

Independentsoft MSG .NET

Message DeliveryReportRequested Property MSG .NET Class Library
Gets or sets a value indicating whether [delivery report requested].

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public bool DeliveryReportRequested { get; set; }
public bool DeliveryReportRequested { get; set; }
Public Property DeliveryReportRequested As Boolean 
	Get 
	Set
Public Property DeliveryReportRequested As Boolean 
	Get 
	Set
Dim instance As Message 
Dim value As Boolean 

value = instance.DeliveryReportRequested

instance.DeliveryReportRequested = value
Dim instance As Message 
Dim value As Boolean 

value = instance.DeliveryReportRequested

instance.DeliveryReportRequested = value
/** @property */
public boolean get_DeliveryReportRequested()
/** @property */
public void set_DeliveryReportRequested(boolean value)
/** @property */
public boolean get_DeliveryReportRequested()
/** @property */
public void set_DeliveryReportRequested(boolean value)
function get DeliveryReportRequested () : boolean 
function set DeliveryReportRequested (value : boolean)
function get DeliveryReportRequested () : boolean 
function set DeliveryReportRequested (value : boolean)
function get_DeliveryReportRequested();
function set_DeliveryReportRequested(value);
function get_DeliveryReportRequested();
function set_DeliveryReportRequested(value);

Property Value

Type: OnlineBoolean
true if [delivery report requested]; otherwise, false.
See Also