MailboxDeleteMessages Method (String, Boolean)Ipswitch.Messaging.Framework
Deletes a list of messages passed in the string. IDs can be either index or uidl. If UIDL, bByUIDL should be set to true

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

public bool DeleteMessages(
	string MsgIds,
	bool ByUIDL
)

Parameters

MsgIds
Type: SystemString

[Missing <param name="MsgIds"/> documentation for "M:IMailAPI_NET.Mailbox.DeleteMessages(System.String,System.Boolean)"]

ByUIDL
Type: SystemBoolean

[Missing <param name="ByUIDL"/> documentation for "M:IMailAPI_NET.Mailbox.DeleteMessages(System.String,System.Boolean)"]

Return Value

Type: Boolean

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

See Also

Reference