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.

@mozilla.org/messenger/identity;1

This component implements the following interfaces:

Properties

PRBool nsIMsgIdentity.attachSignature

PRBool nsIMsgIdentity.attachVCard

PRBool nsIMsgIdentity.autocompleteToMyDomain

If this is false, don't append the user's domain to an autocomplete address with no matches

PRBool nsIMsgIdentity.autoQuote

ACString nsIMsgIdentity.bccList

PRBool nsIMsgIdentity.bccOthers

PRBool nsIMsgIdentity.bccSelf

PRBool nsIMsgIdentity.composeHtml

ACString nsIMsgIdentity.directoryServer

PRBool nsIMsgIdentity.doBcc

ACString nsIMsgIdentity.doBccList

PRBool nsIMsgIdentity.doFcc

ACString nsIMsgIdentity.draftFolder

ACString nsIMsgIdentity.draftsFolderPickerMode

ACString nsIMsgIdentity.email

ACString nsIMsgIdentity.escapedVCard

ACString nsIMsgIdentity.fccFolder

ACString nsIMsgIdentity.fccFolderPickerMode

PRBool nsIMsgIdentity.fccReplyFollowsParent

AString nsIMsgIdentity.fullName

AString nsIMsgIdentity.identityName

ACString nsIMsgIdentity.key

AString nsIMsgIdentity.organization

PRBool nsIMsgIdentity.overrideGlobalPref

readonly PRInt32 nsIMsgIdentity.receiptHeaderType

PRInt32 nsIMsgIdentity.replyOnTop

ACString nsIMsgIdentity.replyTo

readonly PRBool nsIMsgIdentity.requestDSN

Default request for DSN option for this identity if this is set, the DSN menu item on the compose window will be checked

readonly PRBool nsIMsgIdentity.requestReturnReceipt

Default request for return receipt option for this identity if this is set, the Return Receipt menu item on the compose window will be checked

PRBool nsIMsgIdentity.showSaveMsgDlg

PRBool nsIMsgIdentity.sigBottom

nsILocalFile nsIMsgIdentity.signature

PRInt32 nsIMsgIdentity.signatureDate

ACString nsIMsgIdentity.smtpServerKey

The preferred smtp server for this identity. if this is set, this the smtp server that should be used for the message send

ACString nsIMsgIdentity.stationeryFolder

ACString nsIMsgIdentity.tmplFolderPickerMode

PRBool nsIMsgIdentity.valid

Valid determines if the UI should use this identity and the wizard uses this to determine whether or not to ask the user to complete all the fields

Methods

InterfaceMethod
nsIMsgIdentity void clearAllValues ( )
nsIMsgIdentity void copy ( nsIMsgIdentity identity )
nsIMsgIdentity PRBool getBoolAttribute ( char* name )
nsIMsgIdentity ACString getCharAttribute ( char* name )
nsIMsgIdentity PRInt32 getIntAttribute ( char* name )
nsIMsgIdentity AString getUnicharAttribute ( char* name )
nsIMsgIdentity void setBoolAttribute ( char* name , PRBool value )
nsIMsgIdentity void setCharAttribute ( char* name , ACString value )
nsIMsgIdentity void setIntAttribute ( char* name , PRInt32 value )
nsIMsgIdentity void setUnicharAttribute ( char* name , AString value )
nsIMsgIdentity AString toString ( )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com