How do I run a rule by using a toolbar icon?
Thu, 18 Mar 2010 17:48:01 -0700
I have Outlook 2007 and have a rule set up to delte spam by detecting certain
words in the spam.
Here is what someone gave me but it does not work:
Sub RunRuleDeleteSpam()
Dim oNS As Outlook.NameSpace
Dim oStore As Outlook.Store
Dim colRules As Outlook.Rules
Dim oRule as Outlook.Rule
...
|
using VBA to set message sensitivity
Thu, 18 Mar 2010 11:04:01 -0700
How do I program Outlook to automatically set message sensitivity to private
for any email that is sent to a pre-defined distribution list? I know that
you can select message sensitivity as private when the email is created,
however, I want to ensure that any email sent to a confidential distribution
list i ...
|
To know which messages were not answered
Thu, 18 Mar 2010 03:08:01 -0700
To know which messages were not answered using VBA.
Messages read and unanswered. ...
|
Obtain Members of a Distribution List Outlook 2003 c#
Thu, 18 Mar 2010 02:37:01 -0700
Hello,
How do I obtain Members of a Distribution List in Outlook 2003 via c#? Ive
found some samples but they only seem to work in 2007 :)
I'm wondering if someone can help me.
Thanks ...
|
How ca I create an email to request status everyday automatically
Wed, 17 Mar 2010 10:43:01 -0700
I need to sent an email automatically each day to a client requesting he gave
me the status of a job.
Once he gave me status I want to manually delete the email and the
"schedule email" that will run every day.
We have in our Corporation Microsoft Exchange. ...
|
Macro to assign category and move to folder for new emails I send
Wed, 17 Mar 2010 09:04:02 -0700
Hi. I always file my "sent" emails as I write them. Since there is no
"macro recorder" in Outlook 2007, can you please provide me with a macro that
will do this sequence:
Options|Save Sent Item (gives drop-down list of folders)
Options|More Options|Categories (gives drop-down list of categories)|Close
Sen ...
|
Re: AdvancedSearch filter with a particular date
Wed, 17 Mar 2010 06:35:02 -0700
Hi Sue,
I am trying to do something similar with a filter but rather a date range
I am looking to filter on a time range for any date.
For example I want to see emails in a folder that were either
sent/received between 10:00 - 17:00 and then again see which ones were not
sent in that range.
Is the ...
|
|
|
Create a Ribbon for the OL2010 Explorer
Wed, 17 Mar 2010 06:05:03 -0700
Hi,
I want to create a Ribbon for the Outlook 2010 Explorer. I am looking for a
sample XML description.
Can anybody give me a tipp?
Thanks
Christian ...
|
Adding members to outlook distribution lists
Tue, 16 Mar 2010 23:32:01 -0700
I have to add members to distribution lists of outlook every one week
programatically. I checked AddressEntry,AddressEntries,AddressList objects
but no where I am finding methods or properties to add members to
distribution lists. Only I can traverse through the members and display them.
Is there any possibi ...
|
Automatically modifying an email
Wed, 17 Mar 2010 00:49:57 -0400
Since I can't seem to get attachments to work with "mailto" (see my
previous post "URL opening a new email"), I'm thinking about another
way. If I were to issue the following URL in IE:
mailto:me@test.com?cc=him@test.com,attachment=c:\t.txt&subject=this%20is%20a%20subject&body=this%20is%20a%20body
which places ...
|