ItemType.IsFromMeSpecified Property

The IsFromMeSpecified property gets or sets a Boolean value that specifies whether the IsFromMe property is serialized into the SOAP request. This property is required if the IsFromMe property is specified.

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.