
14-Aug-2009, 05:49 AM
|
|
Junior Member
|
|
Join Date: Aug 2009
Posts: 20
|
|
Re: Send Event
Anybody know what to do if I am using C++ ?
Originally Posted by Glade Monson
|
Use BaseCmd.Execute
Glade
>>> Michael Daniloff<mdanilof@yahoo.com> 3/29/2005 11:40 AM >>>
Hi guys, I used Novell C3PO wizard to create VB6 COM inprocserver.
I'm interested in Send, Reply, Forward events.
So, the wizard created the following snippet:
Public Sub Execute()
Dim res
On Error GoTo Execute_Err
Select Case m_sPersistentID
.................................................. ...
Case GWCOMMAND06:
res = MsgBox("GW.MESSAGE eGW_CMDID_SEND", vbOKOnly, "Execute")
'C3PO WIZARD Put execute command code here for GW.MESSAGE
eGW_CMDID_SEND
.................................................. ............................
.................................................. ............................
..
I see the message box when I create new mail and hit a Send button, but
that's it, mail isn't getting sent.
What call should I make to allow default processing?
Regards,
Michael
|
|