Hi Sue, Thanks for your reply.
Is it possible to disable the RTF so that I can send using either Plain Text
or HTML format? If yes, how do I do it?
Note: My company would like to use the Custom Form Mail Message for our
internal organization and set it as default as well as to send the email for
external user outside our organization. If there is no way to disable RTF, do
you have any suggestion on how to make my Custom Form Mail Message easy to be
used (I want the user avoid long step to use my Custom Form by clicking New
-> Choose Form -> Personal Forms Library -> and so on)
Many thanks again for your time.
Regards,
HHo
> A custom form always sends in rich-text. That's why custom message forms are generally useful only inside an organization.
>
[quoted text clipped - 12 lines]
> > Regards,
> > HHo
What functionality does this custom form add to your organization? A custom form may not be the ideal solution.
The most direct solution is to put code in the Item_Send event handler to generate a new mail message with Application.CreateItem and copy all the necessary information to the new mail message.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi Sue, Thanks for your reply.
>
[quoted text clipped - 29 lines]
>> > Regards,
>> > HHo
HHo - 28 Sep 2006 11:39 GMT
The purpose of this Custom Form is to add Reference Number in the Message
Header so that users can keep all outgoing and refer to this Reference Number
in the future.
Do you have any idea how to make it simple?
My idea is to add new icon in toolbar and link it to my Custom Form. The
user will have two options if they want to send email, either using Outlook
Standard or Custom Form. But the problem occur while our internal
organization is going to REPLY that Custom Form email, the Reference Number
won't be show up. I know this case come up because I didnt setup my Custom
Form as default so that the compose target still point to IPM.Note as its
standard
Is it possible to set if we received a Custom Form email, then we will Reply
it as a Custom Form email. However, if we received standard outlook email
then we will automatically Reply using standard outlook email? How to do it?
Note: The FORWARD function is already working like I said above. The "Reply"
and "Reply to All" didn't.
Thank you so much Sue...
> What functionality does this custom form add to your organization? A custom form may not be the ideal solution.
>
[quoted text clipped - 33 lines]
> >> > Regards,
> >> > HHo
Sue Mosher [MVP-Outlook] - 28 Sep 2006 12:34 GMT
Set the Reply action on the custom form to use the custom form instead of IPM.Note.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>
> Is it possible to set if we received a Custom Form email, then we will Reply
> it as a Custom Form email. However, if we received standard outlook email
> then we will automatically Reply using standard outlook email? How to do it?
HHo - 29 Sep 2006 02:32 GMT
Thank you.
I have tried this way before it didn't work. But I tried again this morning
and it works.
Anyway thank you so much for your time.
Have a great weekend!
Rgds,
HHo
> Set the Reply action on the custom form to use the custom form instead of IPM.Note.
>
> > Is it possible to set if we received a Custom Form email, then we will Reply
> > it as a Custom Form email. However, if we received standard outlook email
> > then we will automatically Reply using standard outlook email? How to do it?