Microsoft Outlook 2010 is the release of Microsoft's popular Outlook platform that debuted in July 2010. New features in this edition include ribbon interfaces in all views, a programmatically accessible Navigation Pane, and improved social networking features.
Questions tagged [outlook-2010]
949 questions
-2
votes
1 answer
How to move emails to folders created daily
I am curious to know if this is possible.
I receive invoices daily.
I have a batch file which creates a folder everyday displayed as (mm - dd - yyyy).
My goal is to create a macro which moves emails to their designated folders, which is located on…

novicevba
- 81
- 10
-2
votes
2 answers
Save outlook mail into individual .txt files in to system folder
I tried to save Outlook mail to a system folder in .txt format. After running the macro I am not able to see any files in the system folder.
I am not getting any result in the I:\Documents folder.
Sub SaveSelectedMailAsTxtFile()
Const OLTXT = 0
…

user3668427
- 19
- 1
- 11
-3
votes
1 answer
Out of office reply not sending reply
I have one user out of several who sets his out of office reply in Outlook/Outlook Web Access and when he receives an email the sender does not receive a reply. Send to External senders is checked. Is there a good way to correct this? This is on…

Mark
- 520
- 1
- 6
- 18
-4
votes
1 answer
how to check whether compose mail popup(Window)open or not in outlook using c#
anyone know how to check whether the outlook new(Compose) mail window(popup) opened or not using c#?
note:i am using outlook 2010.

Arjun babu
- 607
- 2
- 13
- 42