IActivity.RemoveRecipientMention 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.
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.