Compartir a través de


ResolutionType.Contact Property

The Contact property gets or sets an Exchange contact item.

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

Syntax

'Declaration
Public Property Contact As ContactItemType
    Get
    Set
'Usage
Dim instance As ResolutionType
Dim value As ContactItemType

value = instance.Contact

instance.Contact = value
public ContactItemType Contact { get; set; }