Click or drag to resize

BoxSyncProtocol Property

Synchronization protocol, 'POP3' or 'IMAP'. null means that syncrhonization is not setup.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<BoxesRepositorySyncProtocol> SyncProtocol { get; set; }

Property Value

Type: NullableBoxesRepositorySyncProtocol
See Also