RootItemIdType.RootItemId Property
The RootItemId property gets the root item of a deleted attachment.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property RootItemId As String
Get
Set
'Usage
Dim instance As RootItemIdType
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 represents the root item of a deleted attachment.
See Also