SendMailMessage.DeliveryNotificationOption Property

Definition

Provides access to the DeliveryNotificationOption parameter.

public:
 property System::Activities::InArgument<System::Net::Mail::DeliveryNotificationOptions> ^ DeliveryNotificationOption { System::Activities::InArgument<System::Net::Mail::DeliveryNotificationOptions> ^ get(); void set(System::Activities::InArgument<System::Net::Mail::DeliveryNotificationOptions> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Net.Mail.DeliveryNotificationOptions> DeliveryNotificationOption { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.DeliveryNotificationOption : System.Activities.InArgument<System.Net.Mail.DeliveryNotificationOptions> with get, set
Public Property DeliveryNotificationOption As InArgument(Of DeliveryNotificationOptions)

Property Value

Attributes

Applies to