[This is preliminary documentation and is subject to change.]
Converts any given string which is in RFC822 format to an ordinary string.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static string ConvertFromRFC822String( string text ) |
Visual Basic (Declaration) |
---|
Public Shared Function ConvertFromRFC822String ( _ text As String _ ) As String |
Visual C++ |
---|
public: static String^ ConvertFromRFC822String( String^ text ) |
Parameters
- text
- Type: System..::.String
The input string in RFC822 format.