GetMailTipsType.SendingAs Property

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

Syntax

'Declaration
Public Property SendingAs As EmailAddressType
    Get
    Set
'Usage
Dim instance As GetMailTipsType
Dim value As EmailAddressType

value = instance.SendingAs

instance.SendingAs = value
public EmailAddressType SendingAs { get; set; }