CreateAttachmentType.ParentItemId Property
The ParentItemId property gets or sets the parent item in the Exchange database that receives the attachments.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ParentItemId As ItemIdType
Get
Set
'Usage
Dim instance As CreateAttachmentType
Dim value As ItemIdType
value = instance.ParentItemId
instance.ParentItemId = value
public ItemIdType ParentItemId { get; set; }
Property Value
Type: ExchangeWebServices.ItemIdType
The ParentItemId property returns an ItemIdType that represents the identifier of the parent item.
See Also