Share via


UserMailboxType.Id Property

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

Syntax

'Declaration
Public Property Id As String
    Get
    Set
'Usage
Dim instance As UserMailboxType
Dim value As String

value = instance.Id

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

Property Value

Type: System.String