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

MimeWordDecoder.IsMimeWord Method 

Tests if a string is Mime Word encoded

public static bool IsMimeWord(
   string code
);

Parameters

code
The string to test

Return Value

True if the string is MimeWord encoded, otherwise false

See Also

MimeWordDecoder Class | SmtPop.MimeWord Namespace