How do I embed image in Outlook Message in VBA?
Fri, 12 Dec 2008 17:43:00 -0800
Hi, I have a macro that auto sends out emails. However I'm encountering a
problem with add a logo image into the email message. I searched the net
about this topic and the only example I found uses MSMAPI32.ocx and CDO to
embed the image. However the MSMAPI32.ocx I downloaded doesn't contain all
the types ...
|
Getting handle of an active dialog window
Fri, 12 Dec 2008 09:15:19 -0800 (PST)
Hello, all. Currently, I write a tool, which clicks through Outlook
2007 automatically. I have selected the inbox of one of my accounts.
Then I clicked on "View" in the main outlook bar. Then I clicked on
"Current View" in the opened command bar. Then I clicked on "Customize
current view" in the new opened comma ...
|
comment faire aparaitre la barre des langues sur differents sites???merci a vousserge
Fri, 12 Dec 2008 13:12:35 +0100
...
|
Interface not supported at Redemption.IRDOSession.set_MAPIOBJECT
Fri, 12 Dec 2008 02:46:50 -0800 (PST)
Hi Guys,
I have posted the similar error previously to the following thread and
thanks to "Dmitry Streblechenko", with his suggestions it was fixed by
re-installing the error.
http://groups.google.com.au/group/microsoft.public.outlook.program_vba/browse_thread/thread/9531a18e576becaf/16aa1ddd6edcf937?hl=en&l ...
|
Add a Contacts folder to My contacts( "add to my contacts" action)
Fri, 12 Dec 2008 11:22:35 +0800
HI,
I would like to have to know if there is a vba code to do the same as the function "add to my contacts" when i right click on my contacts folder in the folder list view ?
thank a lot
--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= ...
|
Determining a Constant value?
Wed, 10 Dec 2008 19:17:21 -0800
One of my code lines is
If objFolder.Items(I).Class = 43 Then
How do I find the name of the constant 43?
If I go to the object browser and select Class, press F1 and read the
topic, there's an option for OlObjectClass Constants hyperlink in
"Returns an OlObjectClass constant indicating the object's clas ...
|
How to get the default email address ?
Wed, 10 Dec 2008 08:56:06 -0800
Hi,
I would like to retreive the default email adress used by Outlook to send
new message.
Is there an other way than read a mail item in the sent folder in order to
read the senderaddress from it ?
thanks all ...
|
|
|
Using task categories in vbs for email notifications
Wed, 10 Dec 2008 02:17:00 -0800
We are currently using vbs scheduled tasks to generate email notifications to
multiple users for outlook tasks.
We need to be able to define categories to enable specific messages in the
emails but i can't find anywhere to input the task category into the script.
Similar to the status CurrentTask.Status=3 h ...
|
"Strict" VB compiler
Wed, 10 Dec 2008 02:14:00 -0800
I have written some VB code as an addin for Excel 2003, which works fine on
my computer. When transferring the code to a colleague, I get all sorts of
error messages, even if he also uses Excel 2003. It seems that the VB
compiler on my colleagues computer insists that all variables has to be
declared. Furthe ...
|
On click event for mail item selection
Tue, 9 Dec 2008 20:01:02 -0800
I have a mail folder called MyInfo when I click on a mail item inside that
folder I want to execute vba code to go and grab details from a SQL Server
Database,
My problem is I cant find an "OnClick" event when a mail item is mouse clicked
Can any one help! ...
|