email from msgbox?

  • Thread starter Thread starter Newbie
  • Start date Start date
N

Newbie

Hi,
I am using Office XP Developer Edition

I have an application that fires a msgbox for errors that are handled using
the Case Else . . .
This message box has details of where the error occured, the number and
description and a request for users to contact System Admin with the details

Is it possible for this same msgbox to have a hyperlink that the user can
click and in turn these details be emailed to the Sys Admin?

If yes, how?

Ali
 
Thanks for that
My users will be using Outlook 2000 will this have the same problem with
security? Is there any way round the security question in XP?
 
If you know how to use the outlook-object-model, you know
how to compose a mail-message, I guess.
You could use the err.number and err.description in your
subject-line, or in the message itself.

My thought:

in your messagebox-form, You can use the errnumber
parameter (and other info) to build the hyperlink, or use
global variables.

Rob
 
Back
Top