![]() |
|
#2
|
||||
|
||||
|
The line that determines the folder to process is
Code:
Set Inbox = OlApp.GetNamespace("Mapi").GetDefaultFolder(6) 'Inbox
Code:
Set Inbox = OlApp.GetNamespace("Mapi").GetDefaultFolder(6).Folders("Backup")
You could count the attachments and then based on the count (less any graphics) determine what you add to your data table. e.g. Code:
Dim bAttach as Boolean '................ If Mailobject.Attachments.Count > 0 then bAttach = True Else bAttach = False End If '.................. !Attachments = bAttach
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to synchronize emails in certain folders when upgrade Outlook 2010 to Outlook 201 | davip | Outlook | 0 | 07-30-2013 09:07 PM |
| Moving emails in shared mailbox to personal mailbox | hlock | Outlook | 0 | 12-12-2012 02:32 PM |
| Outlook 2010 & Mailbox Access | Stkitts11 | Outlook | 0 | 04-10-2012 06:48 AM |
Merging outlook folders and emails
|
rudihorvath | Outlook | 1 | 03-16-2012 07:03 AM |
Outlook 07 Not Fetching Emails in Random folders
|
miccguido | Outlook | 1 | 02-14-2012 01:51 PM |