CreateCommunicationSetup Constructor
The ID of the parent dialogue.
The title or subject line of the communication.
The address of the sender of the communication.
The address of each receipient of the communication.
Initializes a new instance of the CreateCommunicationSetup class.
Syntax
'Declaration
Public Function New( _
ByVal _dialogueIdNumber_ As String, _
ByVal _title_ As String, _
ByVal _channelObjid_ As Integer, _
ByVal _sender_ As String, _
ByVal _recipients_() As String _
)
public CreateCommunicationSetup(
string _dialogueIdNumber_,
string _title_,
int _channelObjid_,
string _sender_,
string[] _recipients_
)
Parameters
dialogueIdNumber
The ID of the parent dialogue.
title
The title or subject line of the communication.
channelObjid
sender
The address of the sender of the communication.
recipients
The address of each receipient of the communication.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
CreateCommunicationSetup Class
CreateCommunicationSetup Members