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.

nsIMsgAccount

IID:3FE5B45D-ACF8-4348-8951-757D21E983F2
Inherits From:nsISupports

This interface is implemented by the following components:


Properties

nsIMsgIdentity defaultIdentity

readonly nsISupportsArray identities

nsIMsgIncomingServer incomingServer

ACString key


Methods

void addIdentity ( nsIMsgIdentity identity ) void clearAllValues ( ) void init ( ) void removeIdentity ( nsIMsgIdentity identity ) AString toString ( )

void addIdentity ( nsIMsgIdentity identity )

Arguments:
identity

void clearAllValues ( )


void init ( )


void removeIdentity ( nsIMsgIdentity identity )

Arguments:
identity

AString toString ( )


References

This interface is the type of the following properties:

nsIMsgAccountManager.defaultAccount

This interface is passed as an argument to the following methods:

nsIImportSettings.Import, nsIMsgAccountManager.duplicateAccount, nsIMsgAccountManager.removeAccount

This interface is returned from the following methods:

nsIMsgAccountManager.FindAccountForServer, nsIMsgAccountManager.createAccount, nsIMsgAccountManager.getAccount

Reference documentation is generated from Mozilla's source.