Dart.Mail Namespace > DeliveryStatusNotification Class : Options Property |
<DefaultValueAttribute()> Public Property Options As DeliveryNotificationOptions
Dim instance As DeliveryStatusNotification Dim value As DeliveryNotificationOptions instance.Options = value value = instance.Options
[DefaultValue()] public DeliveryNotificationOptions Options {get; set;}
[DefaultValue()] public: __property DeliveryNotificationOptions get_Options(); public: __property void set_Options( DeliveryNotificationOptions value );
[DefaultValue()] public: property DeliveryNotificationOptions Options { DeliveryNotificationOptions get(); void set ( DeliveryNotificationOptions value); }