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

SMTPサーバーがSMTPサブミッションポート(587)と従来のSMTPサーバーポート(25)のどちらを使用するかを示す値を取得または設定します。
シンタックス
<DescriptionAttribute("Gets or sets a value to indicate whether the SMTP server uses the SMTP submission port (587) or traditional SMTP server port (25).")>
<DefaultValueAttribute()>
Public Property UseSubmissionPort As Boolean
[Description("Gets or sets a value to indicate whether the SMTP server uses the SMTP submission port (587) or traditional SMTP server port (25).")]
[DefaultValue()]
public bool UseSubmissionPort {get; set;}
解説
使用するポートを計算するためにGetDefaultPortによって使用されます。デフォルトはtrueです。
参照

参照

SmtpSession クラス
SmtpSession メンバ

 

 


© 2003, GrapeCity inc. All rights reserved.