fcSDK Documentation
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 2003 family

See Also

Reference

CreateCommunicationSetup Class
CreateCommunicationSetup Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.