Click or drag to resize

RemInboxChatCreate Method

Paperwork .Net Kütüphanesi

Namespace:  Paperwork.Connect
Assembly:  Paperwork.Connect (in Paperwork.Connect.dll) Version: 5.0.0.0
Syntax
C#
public a_GenericResult ChatCreate(
	string objectId,
	int chatType,
	string subject,
	List<string> chatUsers
)

Parameters

objectId
Type: SystemString
chatType
Type: SystemInt32
subject
Type: SystemString
chatUsers
Type: System.Collections.GenericListString

Return Value

Type: a_GenericResult
See Also