Email Factory for .NET

MimeMessage.RemoveChar Method 

Removes any instance of specified character in string.

public static string RemoveChar(
   string a,
   char ch
);

Parameters

a
The string to operate on.
ch
The character to remove from the string.

Return Value

The string stripped of the specified character.

See Also

MimeMessage Class | Jscape.Email Namespace