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.
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