BoxSendServerAddress Property |
The address of the server to use for sending mail. The same credentials as the sync server are used. When null, the mail will be sent using the default server, which is setup at the application server.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string SendServerAddress { get; set; }
Public Property SendServerAddress As String
Get
Set
public:
property String^ SendServerAddress {
String^ get ();
void set (String^ value);
}
member SendServerAddress : string with get, set
Property Value
Type:
String
See Also