ItemType.IsFromMe Property

Definition

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.

Applies to