DotMSN

Messenger.CreateConversation Method 

Creates a conversation.

[Visual Basic]
Public Function CreateConversation() As Conversation
[C#]
public Conversation CreateConversation();

Return Value

Remarks

This method will fire the ConversationCreated event. The initiator object of the created switchboard will be this messenger object.

See Also

Messenger Class | XihSolutions.DotMSN Namespace