BoxFolderSyncState Property |
The synchronization state for the folder. The format of the contents is dependant on the server type. For IMAP, this is last message Id, for Exchange - this is SyncState.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Mail
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string SyncState { get; set; }
Public Property SyncState As String
Get
Set
public:
property String^ SyncState {
String^ get ();
void set (String^ value);
}
member SyncState : string with get, set
Property Value
Type:
String
See Also