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.

nsIImportAddressBooks

IID:d415da06-5d77-468d-aae4-9baaf5b3b6cc
Inherits From:nsISupports

Methods

nsISupportsArray FindAddressBooks ( nsIFile location ) PRBool GetAutoFind ( out PRUnichar* description ) void GetDefaultLocation ( out nsIFile location , out PRBool found , out PRBool userVerify ) PRUint32 GetImportProgress ( ) PRBool GetNeedsFieldMap ( nsIFile location ) PRUnichar* GetSampleData ( PRInt32 recordNumber , out PRBool recordExists ) PRBool GetSupportsMultiple ( ) void ImportAddressBook ( nsIImportABDescriptor source , nsIAddrDatabase destination , nsIImportFieldMap fieldMap , PRBool isAddrLocHome , out PRUnichar* errorLog , out PRUnichar* successLog , out PRBool fatalError ) void InitFieldMap ( nsIImportFieldMap fieldMap ) void SetSampleLocation ( nsIFile location )

nsISupportsArray FindAddressBooks ( nsIFile location )

Arguments:
location

PRBool GetAutoFind ( out PRUnichar* description )

Arguments:
description

void GetDefaultLocation ( out nsIFile location , out PRBool found , out PRBool userVerify )

Arguments:
location
found
userVerify

PRUint32 GetImportProgress ( )


PRBool GetNeedsFieldMap ( nsIFile location )

Arguments:
location

PRUnichar* GetSampleData ( PRInt32 recordNumber , out PRBool recordExists )

Arguments:
recordNumber
recordExists

PRBool GetSupportsMultiple ( )


void ImportAddressBook ( nsIImportABDescriptor source , nsIAddrDatabase destination , nsIImportFieldMap fieldMap , PRBool isAddrLocHome , out PRUnichar* errorLog , out PRUnichar* successLog , out PRBool fatalError )

Arguments:
source
destination
fieldMap
isAddrLocHome
errorLog
successLog
fatalError

void InitFieldMap ( nsIImportFieldMap fieldMap )

Arguments:
fieldMap

void SetSampleLocation ( nsIFile location )

Arguments:
location

Reference documentation is generated from Mozilla's source.