Activity.IsRecipientMentioned Method
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.
Indicates whether the activity's Recipient is mentioned in the activity.
public bool IsRecipientMentioned();
abstract member IsRecipientMentioned : unit -> bool
override this.IsRecipientMentioned : unit -> bool
Public Function IsRecipientMentioned () As Boolean
Returns
true if the recipient is mentioned; otherwise, false.