Simple Mail and Post Office Protocol for .Net (SmtPop)

QPEncoder.IsAscii Method 

Tests if a string is US-ASCII encoded

public static bool IsAscii(
   string src
);

Parameters

src
The string to test

Return Value

true if the the string is US-ASCII. Otherwise false

See Also

QPEncoder Class | SmtPop Namespace