RemoveMsgItem

Removes a message item.

Synopsis

void RemoveMsgItem (Item msgItem)

Description

Removes a message item. RemoveMsgItem() calls DeleteItem() directly to remove the message item.

Arguments

msgItem
Item of the message to be removed.

Return Value

None

Associated Files

MsgUtils.h

See Also

CreateMsgItem, DeleteItem