MailboxDeleteMessages Method (UInt32, Boolean)Ipswitch.Messaging.Framework
Deletes a list of messages passed in the UINT array. 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(
	ref uint[] MsgIDs,
	bool bByUIDL
)

Parameters

MsgIDs
Type: SystemUInt32

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

bByUIDL
Type: SystemBoolean

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

Return Value

Type: Boolean

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

See Also

Reference