GrapeCity Secure Mail for .NET 4.0J
Options プロパティ

どの配信状況通知が送信されるかを列挙します。
シンタックス
<DescriptionAttribute("Specifies what Delivery Status Notification will be sent.")>
<DefaultValueAttribute()>
Public Property Options As DeliveryNotificationOptions
[Description("Specifies what Delivery Status Notification will be sent.")]
[DefaultValue()]
public DeliveryNotificationOptions Options {get; set;}

プロパティ値

System.Net.Mail.DeliveryNotificationOptions.
解説
このプロパティは、配信状況の通知を受ける場合に設定します。デフォルト値はSystem.Net.Mail.DeliveryNotificationOptions.Noneです。DSNを明示的に制御する場合は、このプロパティを変更します。たとえば、配信が失敗したときにDSNを受け取るには、System.Net.Mail.DeliveryNotificationOptions.OnFailureを使用します。
参照

参照

DeliveryStatusNotification クラス
DeliveryStatusNotification メンバ

 

 


© 2003, GrapeCity inc. All rights reserved.