Send Event
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
|