Share via


SyncFolderItemsResponseMessageType.SyncState Property

The SyncState property gets or sets a Base64-encoded form of the synchronization data that is used to identify the synchronization state.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property SyncState As String
    Get
    Set
'Usage
Dim instance As SyncFolderItemsResponseMessageType
Dim value As String

value = instance.SyncState

instance.SyncState = value
public string SyncState { get; set; }

Property Value

Type: System.String
The SyncState property returns a string that contains a Base64-encoded form of the synchronization data that is used to identify the synchronization state.