ContactItemType.ManagerMailbox Property

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

Syntax

'Declaration
Public Property ManagerMailbox As SingleRecipientType
    Get
    Set
'Usage
Dim instance As ContactItemType
Dim value As SingleRecipientType

value = instance.ManagerMailbox

instance.ManagerMailbox = value
public SingleRecipientType ManagerMailbox { get; set; }