Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Zimlets

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 02-15-2007, 10:38 AM
Project Contributor
 
Posts: 31
Default

Eric

I sent you an email with an explanation and a copy of my zimlet. Let me know if you need more. I appreciate the assistance and will return the favor if I can.

THanx Joe
Reply With Quote
  #12 (permalink)  
Old 09-18-2008, 02:48 PM
Project Contributor
 
Posts: 67
Wink

BTW: I know this thread is old, but this is how I ended up doing this just in case anyone else find this useful. zmObject below is what is passed from the doDrop() method. It returns the first message in a conversation when it is a conversation that is dropped.

Code:
	

if (zmObject.TYPE == "ZmConv")
     {	    
     var convListController = AjxDispatcher.run("GetConvListController");
     var convList = convListController.getList();
     var conv = convList.getById(zmObject.id);    
     var message_id = conv.msgIds[0];                      
     }
else
    {
    var message_id = zmObject.id;
    }
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.