|
|
|
date: Tue, 22 Jul 2008 04:46:52 -0700 (PDT),
group: microsoft.public.office.developer.outlook.vba
back
RE: How to eliminate signature from new email
After you create your new message, set its Body or HTMLBody property to some
string, even a blank string. That will replace any prior body text.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Lior schwimmer" wrote:
> Hi,
>
> I would like to create new mailItem object and eliminating the
> signature which defined in Tools -> Options -> Signatures.
> I want to eliminate the signature only from my addin, if the user
> click the regular new message button or the reply button, signature
> will be dispalyed
> Is it possible to do?
> Thanks,
> Lior.
>
date: Tue, 22 Jul 2008 06:00:23 -0700
author: Sue Mosher [MVP-Outlook]
|
|