BoxSyncServerAddress Property |
Incoming and outgoing mail server internet address. null when synchronization is not setup.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string SyncServerAddress { get; set; }
Public Property SyncServerAddress As String
Get
Set
public:
property String^ SyncServerAddress {
String^ get ();
void set (String^ value);
}
member SyncServerAddress : string with get, set
Property Value
Type:
String
See Also