Forum: Outlook and VBA
March 20th 06, 03:48 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 1,211
Item type numeric values for Outlook Late Bind
I am trying to redo my VBA codes with Late Bind so that I would not have to
use Reference to Outlook. How do I get the underlying numeric values of the
following Item Types (or any other Item...
|
Forum: Outlook and VBA
February 27th 06, 08:30 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 2,780
|
Forum: Outlook and VBA
February 27th 06, 12:05 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,214
Graphics in HTML Body
I need some help please.
I am sending a whole lot of emails from my Access application through
Outlook 2003. I use HTMLBody to create the body.
here is what I do:
1. I Create New Mail in Outlook...
|
Forum: Outlook and VBA
February 26th 06, 06:08 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 567
Bypassing the security dialogue
Is there a way to bypass the security dialogue using Sendkeys or by changing
some settings? I don't want to use any third party software if I can avoid
it.
I have tried using Sendkeys, but they...
|
Forum: Outlook and VBA
February 26th 06, 06:02 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 2,780
|
Forum: Outlook and VBA
February 10th 06, 01:04 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 1,527
embedded graphics in HTML
Hello Sue
Thank you again
I'll try to explain. I have an Access application that sends email to a lsit
of recipients from the database. The user picks the recipients, types the
message, then the...
|
Forum: Outlook and VBA
February 9th 06, 04:44 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 1,527
embedded graphics in HTML
Thank you Sue
I have read your codes. That implies that the user would have to compose
the email in outlook with the embedded images, save to HTML and then, when
they send using my application,...
|
Forum: Outlook and VBA
February 9th 06, 02:55 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 1,527
embedded graphics in HTML
I am trying to send an email created in outlook and saved as a HTML, using
VBA. The email has a gif file embedded. Using .HTMLBody I can send the
email if I write the pathname of the gif file but...
|