Share via


AttachmentIdType.RootItemId Property

The RootItemId property gets or sets the unique identifier of the root store item to which the attachment is attached.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property RootItemId As String
    Get
    Set
'Usage
Dim instance As AttachmentIdType
Dim value As String

value = instance.RootItemId

instance.RootItemId = value
public string RootItemId { get; set; }

Property Value

Type: System.String
The RootItemId property returns a string that contains the unique identifier of the root store item to which the attachment is attached.