ItemType.IsResendSpecified Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsResendSpecified As Boolean
Get
Set
'Usage
Dim instance As ItemType
Dim value As Boolean
value = instance.IsResendSpecified
instance.IsResendSpecified = value
public bool IsResendSpecified { get; set; }
Property Value
Type: System.Boolean
The IsResendSpecified property returns true if the IsResend property is serialized into the SOAP request; otherwise, the property returns false.
See Also