EmailAddressType.MailboxTypeSpecified Property
The MailboxTypeSpecified property gets or sets a Boolean value that specifies whether the MailboxType property is serialized into the SOAP message. This property is required if the MailboxType property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MailboxTypeSpecified As Boolean
Get
Set
'Usage
Dim instance As EmailAddressType
Dim value As Boolean
value = instance.MailboxTypeSpecified
instance.MailboxTypeSpecified = value
public bool MailboxTypeSpecified { get; set; }
Property Value
Type: System.Boolean
The MailboxTypeSpecified property returns true if the MailboxType property is serialized into the SOAP message; otherwise, the property returns false.
See Also