Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[TB] Determine the Message Type

0 views
Skip to first unread message

Steve

unread,
Nov 2, 2009, 9:53:51 PM11/2/09
to
may i know is there a way to determine the msg type (e.g.
nsIMsgCompDeliverMode.Now) during the compose-send-message event?

i tried

var msgcomposeWindow = document.getElementById
( "msgcomposeWindow" );
var msg_type = msgcomposeWindow.getAttribute( "msgtype" );

but msg_type is empty.

Thanks.

0 new messages