[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.MessagingAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(Default = 587)]
public int SmtpPort { get; set; }
[ConfigAttribute(Default = 587)]
public int SmtpPort { get; set; }
<ConfigAttribute(Default := 587)>
Public Property SmtpPort As Integer
Get
Set
<ConfigAttribute(Default := 587)>
Public Property SmtpPort As Integer
Get
Set
public:
[ConfigAttribute(Default = 587)]
property int SmtpPort {
int get ();
void set (int value);
}
public:
[ConfigAttribute(Default = 587)]
property int SmtpPort {
int get ();
void set (int value);
}
[<ConfigAttribute(Default = 587)>]
member SmtpPort : int with get, set
[<ConfigAttribute(Default = 587)>]
member SmtpPort : int with get, set
Property Value
Type:
Int32