DotMSN

NotificationMessage Constructor (NetworkMessage)

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

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

See Also

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