Edit

Share via


RulePredicates.SentOnlyToMe Property

Definition

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

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

Property Value

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

Applies to