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