View Single Post
  #1 (permalink)  
Old 06-23-2009, 05:18 AM
riju123 riju123 is offline
Active Member
 
Posts: 48
Question Extract Mail Details through Zimlet

Hi
i am new to zimlets .
i have gone through the wiki zimbra and other zimlet codes but am not able to solve this problem .

I want to create a sample zimlet through which il be able to extract the Mail details viz. From field , Subject Field , Body , etc .

I tried doing this ::
1.Creating a var of ZmMailMsg in the js .
var msg = new ZmMailMsg();
Then tried to fetch the from field by simply msg.from and msg.subject (as par a zimlet i have seen ) and the values returned are "undefined".Why is this happening like this ?
What is the mistake in my Coding.
pLease Help me out here.

Its Urgent .
Reply With Quote