CreateAttachmentType.ParentItemId 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 ParentItemId property gets or sets the parent item in the Exchange database that receives the attachments.
public:
property ExchangeWebServices::ItemIdType ^ ParentItemId { ExchangeWebServices::ItemIdType ^ get(); void set(ExchangeWebServices::ItemIdType ^ value); };
public ExchangeWebServices.ItemIdType ParentItemId { get; set; }
Public Property ParentItemId As ItemIdType
Property Value
The ParentItemId property returns an ItemIdType that represents the identifier of the parent item.
Examples
ParentItemId
Remarks
The parent item ChangeKey property will change when the attachments are attached to it.