Forum: Outlook and VBA
February 18th 09, 07:20 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,273
zoom function in reading pane
Hello,
In reading pane, user can zoom in and out by holding "CTRL" key while
scrolling middle mouse wheel. How do I access this functionality in
VBA? I searched "ZOOM" in the help file and tried a...
|
Forum: Outlook and VBA
September 12th 08, 11:59 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 1,763
|
Forum: Outlook and VBA
September 12th 08, 11:06 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 1,763
How to get the last received email in the inbox?
Hello,
I thought the following should display the last received email in the
inbox. But apparently it is not reliable, at least from my experiment.
Any idea why?
I was thinking of sorting all the...
|
Forum: Outlook and VBA
November 27th 07, 06:53 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,769
question about AddStore method
On Nov 27, 7:36 am, "Sue Mosher [MVP-Outlook]"
wrote:
You don't need to restart Outlook, just remove the store and add it again....
|
Forum: Outlook and VBA
November 27th 07, 04:48 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,769
question about AddStore method
Hello,
After using AddStore method, a new folder "Personal Folders" is
automatically created in Outlook. Even if I rename that folder
programmingly, you don't see the change until close and...
|
Forum: Outlook and VBA
March 31st 07, 09:39 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 1,198
problem using Parent property of MailItem
On Mar 30, 10:33 am, "Dmitry Streblechenko"
wrote:
No, the parent folder will be the Inbox, Drafts or Sent Items.
There is no hard link between the message being replied to...
|
Forum: Outlook and VBA
March 30th 07, 06:50 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 1,198
problem using Parent property of MailItem
On Mar 30, 7:26 am, "Dmitry Streblechenko" wrote:
What exactly do you mean by "from which folder the mail was sent"? When you
create a new message, Outlook creates it in the...
|
Forum: Outlook and VBA
March 30th 07, 06:08 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 1,198
problem using Parent property of MailItem
hello, what i'm trying to do is moving the MailItem just sent to
appropriate folder if needed. but before that, i need to check from
which folder the mail was sent. using following code, the...
|