RulePredicates.SentToMe Property

Definition

Gets or sets a value that indicates whether the owner of the mailbox must be in the ToRecipients property of incoming messages in order for the condition or exception to apply.

public:
 property bool SentToMe { bool get(); void set(bool value); };
public bool SentToMe { get; set; }
Public Property SentToMe As Boolean

Property Value

true if the owner of the mailbox must be a To recipient of incoming messages in order for the condition or exception to apply; otherwise, false.

Applies to