Forum: Outlook and VBA
December 6th 06, 02:26 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,234
Extract All the Folders Name form Outlook
Dear Sue Mosher/Michael Bauer,
I changed as Outlook.MAPIfolder and run the code.I was waiting for around
three hours,in order to get the result of this macro.Then i debugged and
found ,it starts...
|
Forum: Outlook and VBA
December 5th 06, 09:39 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,234
Extract All the Folders Name form Outlook
Dear Sue Mosher,
Good Morning , Thanks for your response.When i run the below code.
I got the Compile Error.
For this line: Sub ProcessFolder(startFolder As Outlook.Folder)
Error is: Used-defined...
|
Forum: Outlook and VBA
December 3rd 06, 03:39 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 807
|
Forum: Outlook and VBA
November 30th 06, 12:20 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 492
Read Attachment - Body
Hi ,
If mail attachments are based on .msg (previous mails attached) means,
can i read the body of the attachment..?
like -MsgBox InputFolder.Items(intMailCount).Body 'Its working
MsgBox...
|
Forum: Outlook and VBA
November 29th 06, 10:23 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,234
Extract All the Folders Name form Outlook
Dear Michael,
Thanks.I know extract mails from INBOX. My question is in our INBOX having
more than 2000 sub folders. I want to extract all my sub folders name to
excel or access.
Like...
Inbox
...
|
Forum: Outlook and VBA
November 29th 06, 03:50 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,734
Monitor Macro Running
When the macro running, In Outlook Application status bar shows like " Macro
Running"...
For Example In excel: Application.StatusBar = "Macro Running..."
"Vadhimoo" wrote:
Hi ,
I am...
|
Forum: Outlook and VBA
November 29th 06, 03:47 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,234
Extract All the Folders Name form Outlook
Hi
We are having more than 2000 folders in our INBOX. We would like to extract
all the folders name to excel. How can we extract all the folders name..?
Thanks in advance for your reply.
|
Forum: Outlook and VBA
November 29th 06, 03:35 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,734
Monitor Macro Running
Hi ,
I am running the macro from Outlook and it extract the new mails details to
Excel.
I dont know when the macro complete the job. Is there any possible to
display a message like "Your Job Done"...
|
Forum: Outlook and VBA
November 26th 06, 06:27 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 488
How to set Other Mail Account
Hi All,
When I read new mail from my INBOX, I use the below code:
Set InputFolder =
Application.GetNamespace("MAPI").GetDefaultFolder(olFolderInbox)
If InputFolder.Items(intCount).UnRead = True...
|
Forum: Outlook and VBA
November 20th 06, 09:27 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,652
Get Public/Archieve Folders Path Name
Is there possible to view(get) the system(computer) name? Because Archieve
folder machine connected through networking..?
"Vadhimoo" wrote:
Hi,
In Outlook , how can I find the...
|
Forum: Outlook and VBA
November 20th 06, 08:26 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,652
|
Forum: Outlook and VBA
November 17th 06, 02:47 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 586
Find No of Attachments
Hi ,
Is there any possible to find the No of Attachments in the mail?
If the attached mail having multiple attachments mean how can we read or
show using code..?
Thanks in advance in your reply.
|