NoteTag.CreateEMailMessage

NoteTag.CreateEMailMessage method

Creates a new note tag with EMailMessage icon and specified label.

public static NoteTag CreateEMailMessage(string label = "Send in email")
ParameterTypeDescription
labelStringThe tag’s label.

Return Value

The NoteTag.

See Also