ContactItemType.Notes Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Notes As String
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As String
value = instance.Notes
instance.Notes = value
public string Notes { get; set; }
Property Value
Type: System.String