Click or drag to resize
MessagesSendTo Method (String, String, String, String, Boolean, Boolean)
发送消息到接收者

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void SendTo(
	string id,
	string rcvType,
	string msg,
	string origin,
	bool feedback,
	bool needSave
)

Parameters

id
Type: SystemString
接收者标识
rcvType
Type: SystemString
接收者类型
msg
Type: SystemString
消息
origin
Type: SystemString
事由
feedback
Type: SystemBoolean
是否需要反馈
needSave
Type: SystemBoolean
是否需要保存
See Also