Dart.Mail 名前空間 > Smtp クラス : SendDirectToMx プロパティ |
<DefaultValueAttribute()> <CategoryAttribute("動作")> <DescriptionAttribute("When true, Send methods deliver mail directly to each recipient's mail exchange (MX) server.")> Public Property SendDirectToMx As Boolean
[DefaultValue()] [Category("動作")] [Description("When true, Send methods deliver mail directly to each recipient's mail exchange (MX) server.")] public bool SendDirectToMx {get; set;}
Smtp.Session.RemoteEndPoint.Portが設定された場合、メール交換(MX)サーバーはそのポートに接続されます。もしデフォルト値の0のまま設定しない場合、GetDefaultPortで返される値が使用されます。多くの場合、従来のSMTPサーバーポート(25)を使用するために、Smtp.Session.UseSubmissionPortを falseに設定します。
trueの場合は、同じドメイン上の受信者がグループ化され、各グループに対して同じ単一の内部接続が使用されます。 Smtp.Session.RemoteEndPoint.HostNameOrAddressはメール交換(MX)サーバーの接続先にアップデートされます。