PowerTCP Mail for .NET
UseSubmissionPort Property




Gets or sets a value to indicate whether the SMTP server uses the SMTP submission port (587) or traditional SMTP server port (25).
Syntax
<DefaultValueAttribute()>
Public Property UseSubmissionPort As Boolean
Dim instance As SmtpSession
Dim value As Boolean
 
instance.UseSubmissionPort = value
 
value = instance.UseSubmissionPort
[DefaultValue()]
public bool UseSubmissionPort {get; set;}
[DefaultValue()]
public: __property bool get_UseSubmissionPort();
public: __property void set_UseSubmissionPort( 
   bool value
);
[DefaultValue()]
public:
property bool UseSubmissionPort {
   bool get();
   void set (    bool value);
}
Remarks
Used by GetDefaultPort to compute the port to use. Defaults to true.
See Also

Reference

SmtpSession Class
SmtpSession Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic