DotMSN

MSGMessage.ParseMime Method 

Parse the MIME-header. The enumerator points after the \r\n\r\n after finishing.

[Visual Basic]
Protected Function ParseMime( _
   ByVal enumerator As IEnumerator _
) As Hashtable
[C#]
protected Hashtable ParseMime(
   IEnumerator enumerator
);

Parameters

enumerator

Return Value

Remarks

The enumerator will be pointer directly before the first character of the message body when this method is finished.

See Also

MSGMessage Class | XihSolutions.DotMSN.Core Namespace