Custom outlook form

G

Gilles Le Bret

Hi

In outlook 2002 I create a custom form named IPM.Note.CommonForm with some
script inside.
I active it as default form to send email from OL
It works good.

But I cant opened this form from other applications like excel, file
explorer...: in fact when I send email from an other application the
original default form is open.

How I can do replace the original default form by my custom form ?

best regards

Gilles Le Bret
 
G

Gilles Le Bret

Hi
my computer xp sp1 / office xp sp2 / outlook + exchange 2003

I try it but it does not working
for example: from excel /menu/files/sendTo/... send file as attach
outlook open the Default Form and NOT my custom form

exception with a shared workbook, outlook open my custom form (in case
outlook is open before excel else it open default form)

thanks for help

Gilles Le Bret
 
S

Sue Mosher [MVP-Outlook]

I guess form substitution doesn't work when Simple MAPI is involved (which
is how the Send To command works). You have a couple of choices. One is to
not use send to and instead create an Outlook message as you normally would
and then attach the file. The other is to do the same thing, only do it with
Excel code to automate Outlook, creating the message and saving and
attaching the current file. You can then put that Excel macro on your Excel
toolbar.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Gilles Le Bret said:
Hi
my computer xp sp1 / office xp sp2 / outlook + exchange 2003

I try it but it does not working
for example: from excel /menu/files/sendTo/... send file as attach
outlook open the Default Form and NOT my custom form

exception with a shared workbook, outlook open my custom form (in case
outlook is open before excel else it open default form)

thanks for help

Gilles Le Bret





"Sue Mosher [MVP-Outlook]" <[email protected]> a écrit dans le
message
de news:[email protected]...
If you have Outlook 2000 or later, you can make a registry change to
substitute your custom form for the default form. See
http://www.outlookcode.com/d/newdefaultform.htm#changedefault .
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
G

Gilles Le Bret

Hi Madame Sue and thanks for answer.
I thought that and in our company the choise is the second case.
I know create code in applications with vba like excel , word, autocad ...
But for the files explorer of windows or other application without language
like winzip, snagit ... how can I do it ?

Gilles Le Bret




Sue Mosher said:
I guess form substitution doesn't work when Simple MAPI is involved (which
is how the Send To command works). You have a couple of choices. One is to
not use send to and instead create an Outlook message as you normally would
and then attach the file. The other is to do the same thing, only do it with
Excel code to automate Outlook, creating the message and saving and
attaching the current file. You can then put that Excel macro on your Excel
toolbar.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Gilles Le Bret said:
Hi
my computer xp sp1 / office xp sp2 / outlook + exchange 2003

I try it but it does not working
for example: from excel /menu/files/sendTo/... send file as attach
outlook open the Default Form and NOT my custom form

exception with a shared workbook, outlook open my custom form (in case
outlook is open before excel else it open default form)

thanks for help

Gilles Le Bret





"Sue Mosher [MVP-Outlook]" <[email protected]> a écrit dans le
message
de news:[email protected]...
If you have Outlook 2000 or later, you can make a registry change to
substitute your custom form for the default form. See
http://www.outlookcode.com/d/newdefaultform.htm#changedefault .
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Hi

In outlook 2002 I create a custom form named IPM.Note.CommonForm with some
script inside.
I active it as default form to send email from OL
It works good.

But I cant opened this form from other applications like excel, file
explorer...: in fact when I send email from an other application the
original default form is open.

How I can do replace the original default form by my custom form ?

best regards

Gilles Le Bret
 
S

Sue Mosher [MVP-Outlook]

For Windows Explorer, you can replace the shortcut in the user's Send To
folder with a shortcut to Outlook.

For other applications, you'd have to create the message first, then insert
the file.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Gilles Le Bret said:
Hi Madame Sue and thanks for answer.
I thought that and in our company the choise is the second case.
I know create code in applications with vba like excel , word, autocad ...
But for the files explorer of windows or other application without
language
like winzip, snagit ... how can I do it ?

Gilles Le Bret




"Sue Mosher [MVP-Outlook]" <[email protected]> a écrit dans le
message
de news:[email protected]...
I guess form substitution doesn't work when Simple MAPI is involved
(which
is how the Send To command works). You have a couple of choices. One is
to
not use send to and instead create an Outlook message as you normally would
and then attach the file. The other is to do the same thing, only do it with
Excel code to automate Outlook, creating the message and saving and
attaching the current file. You can then put that Excel macro on your Excel
toolbar.

Gilles Le Bret said:
Hi
my computer xp sp1 / office xp sp2 / outlook + exchange 2003

I try it but it does not working
for example: from excel /menu/files/sendTo/... send file as attach
outlook open the Default Form and NOT my custom form

exception with a shared workbook, outlook open my custom form (in case
outlook is open before excel else it open default form)

thanks for help

Gilles Le Bret





"Sue Mosher [MVP-Outlook]" <[email protected]> a écrit dans le
message
de If you have Outlook 2000 or later, you can make a registry change to
substitute your custom form for the default form. See
http://www.outlookcode.com/d/newdefaultform.htm#changedefault .


Hi

In outlook 2002 I create a custom form named IPM.Note.CommonForm
with
some
script inside.
I active it as default form to send email from OL
It works good.

But I cant opened this form from other applications like excel, file
explorer...: in fact when I send email from an other application the
original default form is open.

How I can do replace the original default form by my custom form ?

best regards

Gilles Le Bret
 
G

Gilles Le Bret

Thanks Madame Sue for your help

Gilles Le Bret


Sue Mosher said:
For Windows Explorer, you can replace the shortcut in the user's Send To
folder with a shortcut to Outlook.

For other applications, you'd have to create the message first, then insert
the file.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Gilles Le Bret said:
Hi Madame Sue and thanks for answer.
I thought that and in our company the choise is the second case.
I know create code in applications with vba like excel , word, autocad ....
But for the files explorer of windows or other application without
language
like winzip, snagit ... how can I do it ?

Gilles Le Bret




"Sue Mosher [MVP-Outlook]" <[email protected]> a écrit dans le
message
de news:[email protected]...
I guess form substitution doesn't work when Simple MAPI is involved
(which
is how the Send To command works). You have a couple of choices. One is
to
not use send to and instead create an Outlook message as you normally would
and then attach the file. The other is to do the same thing, only do it with
Excel code to automate Outlook, creating the message and saving and
attaching the current file. You can then put that Excel macro on your Excel
toolbar.

Hi
my computer xp sp1 / office xp sp2 / outlook + exchange 2003

I try it but it does not working
for example: from excel /menu/files/sendTo/... send file as attach
outlook open the Default Form and NOT my custom form

exception with a shared workbook, outlook open my custom form (in case
outlook is open before excel else it open default form)

thanks for help

Gilles Le Bret





"Sue Mosher [MVP-Outlook]" <[email protected]> a écrit dans le
message
de If you have Outlook 2000 or later, you can make a registry change to
substitute your custom form for the default form. See
http://www.outlookcode.com/d/newdefaultform.htm#changedefault .


Hi

In outlook 2002 I create a custom form named IPM.Note.CommonForm
with
some
script inside.
I active it as default form to send email from OL
It works good.

But I cant opened this form from other applications like excel, file
explorer...: in fact when I send email from an other application the
original default form is open.

How I can do replace the original default form by my custom form ?

best regards

Gilles Le Bret
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top