DotMSN

MSGMessage Constructor (NetworkMessage)

Constructs a MSGMessage from the inner body contents of the specified SBMessage object. This will also set the InnerMessage property of the SBMessage object to the newly created MSGMessage.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As NetworkMessage _
)
[C#]
public MSGMessage(
   NetworkMessage message
);

See Also

MSGMessage Class | XihSolutions.DotMSN.Core Namespace | MSGMessage Constructor Overload List