MeetingMessageType.UID Property
The UID property gets or sets a value that uniquely identifies a meeting message.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property UID As String
Get
Set
'Usage
Dim instance As MeetingMessageType
Dim value As String
value = instance.UID
instance.UID = value
public string UID { get; set; }
Property Value
Type: System.String
The UID property returns a value that uniquely identifies a meeting message.
See Also