TargetFolderIdType.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 identifier of the target folder. Set this property with either a FolderIdType or DistinguishedFolderIdType object. This property is required. This is a read/write property.
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 gets or sets a BaseFolderIdType object.