SendMailMessage.DeliveryNotificationOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the delivery notifications options for the e-mail message. The various options available for this parameter are None, OnSuccess, OnFailure, Delay and Never.
public:
property System::Net::Mail::DeliveryNotificationOptions DeliveryNotificationOption { System::Net::Mail::DeliveryNotificationOptions get(); void set(System::Net::Mail::DeliveryNotificationOptions value); };
public System.Net.Mail.DeliveryNotificationOptions DeliveryNotificationOption { get; set; }
[System.Management.Automation.Alias(new System.String[] { "DNO" })]
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Net.Mail.DeliveryNotificationOptions DeliveryNotificationOption { get; set; }
member this.DeliveryNotificationOption : System.Net.Mail.DeliveryNotificationOptions with get, set
[<System.Management.Automation.Alias(new System.String[] { "DNO" })>]
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.DeliveryNotificationOption : System.Net.Mail.DeliveryNotificationOptions with get, set
Public Property DeliveryNotificationOption As DeliveryNotificationOptions
Property Value
- Attributes