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