WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIMailboxUrl

IID:2ac72280-90f4-4d80-8af1-5e7a1997e2a8
Inherits From:nsISupports

This interface is implemented by the following components:


Constants

PRInt32 ActionParseMailbox = 0
PRInt32 ActionFetchMessage = 1
PRInt32 ActionCopyMessage = 2
PRInt32 ActionMoveMessage = 3
PRInt32 ActionSaveMessageToDisk = 4
PRInt32 ActionAppendMessageToDisk = 5
PRInt32 ActionFetchPart = 6

Properties

PRUint32 curMoveCopyMsgIndex

nsMailboxAction mailboxAction

nsIStreamListener mailboxCopyHandler

nsIStreamListener mailboxParser

readonly nsMsgKey messageKey

PRUint32 messageSize

readonly PRUint32 numMoveCopyMsgs


Methods

void getMoveCopyMsgHdrForIndex ( PRUint32 msgIndex , out nsIMsgDBHdr msgHdr ) void setMoveCopyMsgKeys ( out nsMsgKey keysToFlag , PRInt32 numKeys )

void getMoveCopyMsgHdrForIndex ( PRUint32 msgIndex , out nsIMsgDBHdr msgHdr )

Arguments:
msgIndex
msgHdr

void setMoveCopyMsgKeys ( out nsMsgKey keysToFlag , PRInt32 numKeys )

Arguments:
keysToFlag
numKeys

Reference documentation is generated from Mozilla's source.