ItemType.IsFromMe Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IsFromMe property gets or sets a Boolean value that indicates whether a user sent an item to him or herself.
public:
property bool IsFromMe { bool get(); void set(bool value); };
public bool IsFromMe { get; set; }
Public Property IsFromMe As Boolean
Property Value
The IsFromMe property returns true if the item was sent by a user to him or herself; otherwise, the property returns false.