Hi,
I am attempting to modify the AttachMail Zimlet to allow a contact to be added as a .VCF to a newly composed email. How would I go about generating the list of contacts from the Address Book ? I see in the AttachMail Zimlet that it uses
Code:
if (this._currentQuery == undefined) {
this._currentQuery = this.getQueryFromFolder("2");
this.treeView.setSelected("2");
} To list the Inbox but I guess somehow I need to use ZmContactlist ?