Language

IActivity.RemoveRecipientMention Method

Definition

Removes the recipient mention text from the Text property.

public string RemoveRecipientMention();
abstract member RemoveRecipientMention : unit -> string
Public Function RemoveRecipientMention () As String

Returns

The new Text value.

Remarks

Use with caution because this function alters the Text on the activity.

Applies to