FolderChangeType.Item Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Item property gets or sets the folder to update.
public:
property ExchangeWebServices::BaseFolderIdType ^ Item { ExchangeWebServices::BaseFolderIdType ^ get(); void set(ExchangeWebServices::BaseFolderIdType ^ value); };
public ExchangeWebServices.BaseFolderIdType Item { get; set; }
Public Property Item As BaseFolderIdType
Property Value
The Item property returns a BaseFolderIdType object that represents either a FolderIdType or DistinguishedFolderIdType object.