[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.Utils
Assembly:  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.

Return Value

The output string converted according to the RFC822 specification.

See Also