A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 5 of 5
Search took 0.03 seconds.
Search: Posts made by: kalikw
Forum: Outlook and VBA May 8th 07, 06:26 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 613
Posted By kalikw
copy attachments for mail that arrives on a specific date

One minor correction
change made below,
Had two references to the same integer therefore it was only reading one
item in the collection.
should be Dim s as integer
and Dim i as integer


"kalikw"...
Forum: Outlook and VBA May 8th 07, 05:59 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 613
Posted By kalikw
copy attachments for mail that arrives on a specific date

Michael,
Thanks so much for your help. I had to make a modification to the code
because the Received time property was read only and I could not set it to
specific parameter. I followed your...
Forum: Outlook and VBA May 4th 07, 07:40 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 613
Posted By kalikw
copy attachments for mail that arrives on a specific date

Michael,
The error message I am receiving is a run time error 91
"Object variable or with block variable not set"
The debugger points to the If Statement block. Should I set the object...
Forum: Outlook and VBA May 4th 07, 03:19 AM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 613
Posted By kalikw
copy attachments for mail that arrives on a specific date

Thanks Michael,
I tried that by putting in an if statement but I kept getting an error.

If item.receivedTime=Date() then
rest of code

End If


Since I defined the mail item as an object it did...
Forum: Outlook and VBA May 2nd 07, 11:32 PM Posted to microsoft.public.outlook.program_vba
Replies: 7
Views: 613
Posted By kalikw
copy attachments for mail that arrives on a specific date

Hello,
I am able to write code (with the help of Martin Green's website) that can
copy attachments from the inbox or pst folder and put a copy of the
attachments on my network drive. However I...
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT +1. The time now is 07:26 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.