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