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
<XmlArrayItemAttribute("ItemId", Namespace:="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable:=False)> _
Public Property Ignore As ItemIdType()
[XmlArrayItemAttribute("ItemId", Namespace="https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public ItemIdType[] Ignore { get; set; }
[XmlArrayItemAttribute(L"ItemId", Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types", IsNullable=false)]
public:
property array<ItemIdType^>^ Ignore {
array<ItemIdType^>^ get ();
void set (array<ItemIdType^>^ value);
}
/** @property */
public ItemIdType[] get_Ignore ()
/** @property */
public void set_Ignore (ItemIdType[] value)
public function get Ignore () : ItemIdType[]
public function set Ignore (value : ItemIdType[])
Property Value
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also