Click or drag to resize
MessagesSendToDept Method
发送到部门

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

Parameters

deptId
Type: SystemString
部门标识
msg
Type: SystemString
消息内容
origin
Type: SystemString
事由
feedback
Type: SystemBoolean
是否需要反馈
needSave
Type: SystemBoolean
是否需要保存
See Also