MbxUtilityMoveMessages Method (String, String, String, Boolean, Boolean)Ipswitch.Messaging.Framework
Move messages (or copy) from one mailbox to another

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public static bool MoveMessages(
	string MsgIDs,
	string FromPath,
	string ToPath,
	bool bByUIDL,
	bool bDelete
)

Parameters

MsgIDs
Type: SystemString

[Missing <param name="MsgIDs"/> documentation for "M:IMailAPI_NET.MbxUtility.MoveMessages(System.String,System.String,System.String,System.Boolean,System.Boolean)"]

FromPath
Type: SystemString

[Missing <param name="FromPath"/> documentation for "M:IMailAPI_NET.MbxUtility.MoveMessages(System.String,System.String,System.String,System.Boolean,System.Boolean)"]

ToPath
Type: SystemString

[Missing <param name="ToPath"/> documentation for "M:IMailAPI_NET.MbxUtility.MoveMessages(System.String,System.String,System.String,System.Boolean,System.Boolean)"]

bByUIDL
Type: SystemBoolean

[Missing <param name="bByUIDL"/> documentation for "M:IMailAPI_NET.MbxUtility.MoveMessages(System.String,System.String,System.String,System.Boolean,System.Boolean)"]

bDelete
Type: SystemBoolean

[Missing <param name="bDelete"/> documentation for "M:IMailAPI_NET.MbxUtility.MoveMessages(System.String,System.String,System.String,System.Boolean,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:IMailAPI_NET.MbxUtility.MoveMessages(System.String,System.String,System.String,System.Boolean,System.Boolean)"]

See Also

Reference