EmailAddressDictionaryEntryType.MailboxTypeSpecified Property
The MailboxTypeSpecified property gets a Boolean value that specifies whether the MailboxType property is serialized into the SOAP request. 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 EmailAddressDictionaryEntryType
Dim value As Boolean
value = instance.MailboxTypeSpecified
instance.MailboxTypeSpecified = value
public bool MailboxTypeSpecified { get; set; }
Property Value
Type: System.Boolean
The value of the MailboxTypeSpecified property is true if the MailboxType property is serialized into the SOAP request; otherwise, the value is false.
See Also