Mark Private via Code
Tue, 23 Dec 2008 08:06:08 -0800
I am automating sending emails out via Outlook from Access, but I want to set
the Sensitivity of these messages to Private. Can I set that property via
code? ...
|
Outlook : Run the VBA macro on send button click
Tue, 23 Dec 2008 07:21:01 -0800
Hi Friends,
Is it possible to capture the send button click event from VBA code, read
the body of mail and display message box if there is no attachment attached?
Thanks,
Paresh ...
|
Save off attachment and start SQL stored procedure
Mon, 22 Dec 2008 06:44:01 -0800
Hello,
I have programmed using VBA for Excel, Word and Access before. However,
never Outlook.
1) But I need to check folders for mail from out clients.
2) If I find mail from out clients, I need to save off the attachment in a
certain folder
3) Then I want to kickoff a SQL Server stored procedure
...
|
Deleting items from draft folder
Sun, 21 Dec 2008 20:26:45 -0000
Hi
I need to delete items from draft folder based on value of a user property
xyz = "abc". The problems I have are;
1. How to access items in Draft folder?
2. How to select items based on condition user property xyz with value
"abc"?
3. How to delete all items?
Any help in achieving this would be ...
|
VBA Outlook 2003 - Customized rules
Sun, 21 Dec 2008 18:56:49 +0100
Hello,
In my company the number of rules in outlook 2003 is limited nsince they
changed the setup to have imap. I can make as many rules as i want but only
about 50 will be activated.
Is there a way with VBA to have my own rules, for incoming as well as for
outcoming mails?
Thanks
...
|
Bypass security popups when reading mail OL2003
Sat, 20 Dec 2008 11:36:01 -0800
Hi-
I have a reader for my website email and it use to work when I had OL97
After upgrading to OL2003, I have constant security prompts for each mail
message. I'm not a power programmer. Can someone help?
Thanks
Ken
Code that reads in email messages and extracts info from them:
Sub ReadEmail_V1_1_Outlook97 ...
|
creating a macro to mark messages for follow-up & assign categorie
Sat, 20 Dec 2008 08:57:01 -0800
I have assigned several hotkeys which change the category of an email. For
example Ctrl + F1 changes the category to "Test". I also mark the email as
Read and mark the email for follow up.
I do all these thing because I only want to use the Search Folders "For
Follow Up" and "Unread Mail".
So here is wan ...
|
|
|
Why different To's?
Sat, 20 Dec 2008 08:09:09 -0800
For email, if I do
Set obj = objFolder.Items.Item(i)
Msgbox obj.To
I might get Joe Blow or joeblow@test.com
Is there anyway to always retrieve joeblow@test.com? Or is there a way
to associate Joe Blow with joeblow@test.com? Or is there a way to get
the name of the person's inbox? ...
|
OpenForm Action Cancelled error only when using Vista
Fri, 19 Dec 2008 11:51:02 -0800
I have an 2003 access database that works fine on Windows XP, but errors out
on the docmd.openform line of code (OpenForm action was cancelled) after
upgrading to Vista. Strangely enough, this is only a problem for one form, so
far. All the other forms that have identical code work fine. Basically, I
have
...
|
Send message with attachment
Fri, 19 Dec 2008 13:19:22 -0500
I need to be able to automate creating a message, attaching a file, and sending the message without manual intervention. I can create the message with an attachment in several different ways, but I haven't been able to find a way to automate the sending of it. I have been able to create a macro in Outlook and manual ...
|