CreateAttachmentType.ParentItemId Property

Definition

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.

Applies to