ItemType.IsResend Property
The IsResend property gets or sets a Boolean value that indicates whether the item has previously been sent.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsResend As Boolean
Get
Set
'Usage
Dim instance As ItemType
Dim value As Boolean
value = instance.IsResend
instance.IsResend = value
public bool IsResend { get; set; }
Property Value
Type: System.Boolean
The IsResend property returns true if the item has previously been sent; otherwise, the property returns false.
See Also