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