ResolveNamesType.ReturnFullContactData Property
The ReturnFullContactData property gets or sets a Boolean value that specifies whether contact details for a public contact are returned in the response. This property is required. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ReturnFullContactData As Boolean
Get
Set
'Usage
Dim instance As ResolveNamesType
Dim value As Boolean
value = instance.ReturnFullContactData
instance.ReturnFullContactData = value
public bool ReturnFullContactData { get; set; }
Property Value
Type: System.Boolean
The ReturnFullContactData property returns true if the full contact data is returned; otherwise, it returns false.
See Also