Converts a phrase to a PhraseCollection.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Shared Widening Operator CType ( _
	phrase As String _
) As PhraseCollection
C#
public static implicit operator PhraseCollection (
	string phrase
)

Parameters

phrase
Type: System..::..String
A single phrase.

Return Value

A PhraseCollection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also