coding a "mailto:" call direct from .Net

D

Debbie

When coding a "mailto:" call direct from .Net, is it
possible to force the use of a particular message form
that has been designed to meet the particular needs of the
process at hand?
We need to design a form so that we can turn off the reply
and reply to all functions. For this to be of use, we need
to be able to tell it to use our formatted form rather
than a generic message form.
Thanks.
Cheers, Debbie.
 
S

Sue Mosher [MVP]

You cannot force a custom form with a mailto: URL. You would need to write a
procedure that uses Outlook objects.
 
Top