Bajrang
02-17-2007, 06:20 AM
Hi all
I have added a new button (in the mailIiem's standard bar) to send mails.
It is working fine but when user selects WORD as Email Editor then It is not added, and also
the NewInspector Event is not generated. Don't know why its happaning
So I added a button in WORD seprately but don't know hoe to get the values of Mail like To,Cc,Bcc,Body etc.. .
I used myinsp_Activate() Event for simple Email Editor but It is not working for WORD Editor.
So I m in search of similar event Myinsp_Activate for WORD Editor to get To,Cc,Bcc,Body.
What is similar event of Myinsp_Activate when user select MSWORD as Email Editor.
and similar code of this
Private Sub myInsp_Activate()
Set newMail = myInsp.CurrentItem
End sub
__________________
I am using Outlook 2000 & VB 6.0 for Office Development
I have added a new button (in the mailIiem's standard bar) to send mails.
It is working fine but when user selects WORD as Email Editor then It is not added, and also
the NewInspector Event is not generated. Don't know why its happaning
So I added a button in WORD seprately but don't know hoe to get the values of Mail like To,Cc,Bcc,Body etc.. .
I used myinsp_Activate() Event for simple Email Editor but It is not working for WORD Editor.
So I m in search of similar event Myinsp_Activate for WORD Editor to get To,Cc,Bcc,Body.
What is similar event of Myinsp_Activate when user select MSWORD as Email Editor.
and similar code of this
Private Sub myInsp_Activate()
Set newMail = myInsp.CurrentItem
End sub
__________________
I am using Outlook 2000 & VB 6.0 for Office Development