Edit

Share via


SyncFolderItemsType.Ignore Property

Definition

The Ignore property gets or sets an array of items to skip for synchronization. This property is optional. This is a read/write property.

public:
 property cli::array <ExchangeWebServices::ItemIdType ^> ^ Ignore { cli::array <ExchangeWebServices::ItemIdType ^> ^ get(); void set(cli::array <ExchangeWebServices::ItemIdType ^> ^ value); };
public ExchangeWebServices.ItemIdType[] Ignore { get; set; }
Public Property Ignore As 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.

Applies to