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