Create macro in Outlook 2007
Mon, 29 Dec 2008 09:28:02 -0800
I would like to create a macro under a button in Outlook 2007 so I can select
an appointment in my calendar, then have the macro do these things to the
selected appointment: 1) Show the time as "free", 2) Set reminder to "None",
3) Categorize as "Personal", and 4) Make Private.
Would someone please post the ...
|
Read fields with Redemption
Sun, 28 Dec 2008 14:17:01 -0800
When I read the folowing fields with Redemption (&H8006001E -
PR_EMS_AB_HOME_MDB and &H39FE001E - PR_SMTP_ADDRESS) it returns an empty
fiel, but the fields exist and have a value. Is there a problem with
Redemption when reading this fields?
Best regards,
Joao Quaresma.
...
|
Use of Catagories field in Restrict statements
Sun, 28 Dec 2008 05:30:09 -0800
Would someone kindly clarify whether the Categories field can be used in
Restrict statements. According to Microsoft help it can't and will cause an
error. When I use it, it works fine. I've seen other comments that say the
same thing and I have seen comments here that support Microsoft's help. By
the wa ...
|
outlook 2007 - unable to modify rule condition via program
Sun, 28 Dec 2008 12:16:57 +0100
Hello everybody,
I'm unable to make the following code works, the line
"oRule.Conditions.OnLocalMachine.Enabled = False" always produce this message:
"execution error '-9707964987 (c6204005)':
invalid operation. Unable to activate this rule action because the rule is
readonly, is invalid for this rule kind ...
|
How to automate send message based on certain criteria.
Sat, 27 Dec 2008 14:59:00 -0800
Hi foiks-
I was wondering how do I automate Outlook to send 2 specific dates such as
Jan 25, 2009 & Feb 14, 2009, etc. Basically, I want to have OUTLOOK
automatically send to my coworkers 15 days before these dates to tell them
their Timesheet are due. I was thinking, the easiest way would be manually
e ...
|
Outlook sometimes send rtf instead of HTML despite instructions to
Fri, 26 Dec 2008 17:35:03 -0800
One of the Outlook 2007 users in our office sometimes unintentionally sends
out e-mails composed in rtf instead of HTML. Some of our mail recipients are
unable to open the .dat files that are created when Outlook messages are
composed in RTF format.
I have tried to set the user's Outlook to send all of her e ...
|
Outlook autocomplete corruption?
Fri, 26 Dec 2008 17:14:01 -0800
Outlook's "autocomplete" somehow got corrupted, at least with respect to one
e-mail address: "nm@domainName.com", after we moved from Exchange Server 2003
to Exchange Server 2007.
I deleted the .nk2 files on all of the computers in our domain, but that
has not solved the problem.
Even when users type out ...
|
|
|
Deleting item in Draft folder
Fri, 26 Dec 2008 10:20:37 -0000
Hi
I am deleting folder as below;
For I = oItems.Count - 1 To 0 Step -1
oItems(I).delete()
End If
The problem is one element is always left in Draft folder from deletion.
What am I doing wrong?
Thanks
Regards
...
|
moving emails to folders based on sender email address
Wed, 24 Dec 2008 11:46:07 -0600
I recently ran accross an niffty utility that parsed through the inbox and
moved the emails to a folder based on the senders email address under the
inbox. For example an email sent by joe@junk.com would end up in a folder
called joe@junk.com under the inbox. If necessary, the folder was created if
it didn't ...
|
Hyperlink vs Search in Outlook
Wed, 24 Dec 2008 00:57:01 -0800
Currently, I Search Calendar Items to find recurrences of prior items
(Appointment detail window), but in sending calendar items to OneNote via
"Meeting Notes" I notice there is written, at the bottom of the resulting
OneNote item, a hyperlink to open the original item (Appointment detail
window) in Outlook. ...
|