SyncFolderItemsType.Ignore Property
The Ignore property gets or sets an array of items to skip for synchronization. This property is optional. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Ignore As ItemIdType()
Get
Set
'Usage
Dim instance As SyncFolderItemsType
Dim value As ItemIdType()
value = instance.Ignore
instance.Ignore = value
public ItemIdType[] Ignore { get; set; }
Property Value
Type: []
The Ignore property returns an ItemIdType array.
Remarks
The item identifier and change key are required for each skipped item. Otherwise, an error will occur.
See Also