CompleteNameType.FullName Property
The FullName property gets or sets the full name of a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FullName As String
Get
Set
'Usage
Dim instance As CompleteNameType
Dim value As String
value = instance.FullName
instance.FullName = value
public string FullName { get; set; }
Property Value
Type: System.String
The FullName property returns the full name of a contact.
See Also