The password to supply to the server when retrieving email. null when the connection is not setup or the server does not require user name.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string SyncPassword { get; set; }
Public Property SyncPassword As String
Get
Set
public:
property String^ SyncPassword {
String^ get ();
void set (String^ value);
}
member SyncPassword : string with get, set
Property Value
Type:
String
See Also