How to make hourglass and change back to default in Outlook class ?
Sat, 20 Mar 2010 05:33:27 -0400
While my code executes a search in my contacts, how can find an example of
changing the mouse pointer to hourglass then changing back to the default.
Thanks you
...
|
windows mobile 6.1 et outlook 2007
Fri, 19 Mar 2010 18:49:15 -0400
Salut vous tous, j'ai un probleme de synchronisation entre outlook 2007
et outlook mobile
Pour les contactes, la synchro ne se fait que dans un sens soit du
mobile vers 2007. Les modifs ou ajout que je fais sur 2007 ne se
répertorient pas sur win mobile. Par contre pour le calendrier c'est ok
dans les 2 s ...
|
How do I create a macro to put text in certain emails?
Fri, 19 Mar 2010 15:09:01 -0700
(The Signature option is disabled in my copy of Outlook).
The Help feature on creating macros is very unhelpful indeed.
I want to put disclaimers (text only) at the bottom of certain emails I send
out...not all of them. I thought it would be easiest by creating a macro.
But how do I create a macro? Looks ...
|
View emails sent by time range excl weekends
Fri, 19 Mar 2010 09:12:01 -0700
Want to create a query to view email by sent time range e.g. 9-5 excl weekends ...
|
Backup
Fri, 19 Mar 2010 09:11:01 -0700
Many of my co-workers recently lost about 2 weeks worth of Outlook data as
something got corrupted and the IT folks can only restore to about 2 weeks
ago. So I am wondering how difficult it is to write a VBA utility that could
kick in every night and copy the contents of folders from Outlook to a place
on a ...
|
Need to create folder with subject line and save the mail in that folder
Fri, 19 Mar 2010 07:26:51 +0000
Hi Masters,
I am newbie of vba outlook but I worked on vba excel. I have thousands
of pst files in my outlook that I need to capture by creating a new
folder, if the mail has attachement a subfolder need to create and
respective attachement should save in that.
for example : I have 3 emails with subject line ...
|
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 ...
|