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