|
-
Sep 27th, 2000, 04:43 PM
#1
Thread Starter
Lively Member
I used this code to save attachments inserted in an e-mail.
Dim out As Outlook.Application
Dim myItem As MailItem
Set out = CreateObject("outlook.application")
Set myItem = out.ActiveInspector.CurrentItem
myItem.attachments.Item(1).SaveAsFile PathAttachments
Then Message error is :
Object variable or with block variable not set!!!
What is happened????
Please help me!!!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|