|
-
Apr 15th, 2000, 08:19 PM
#1
Hi
I've tried opening an e-mail's attachment for input but nothing happened.
I first used msgbox mailitem.attachments.count
to verify that vb realy recognizes,the attachments of the specific e-mail.
but opening the attachment for input to read the data from it(it's a text file), using:
open mailitem.attachments(1) for input as #1
coused nothing,while reading characters from the file coused n error massage (masaging that the file isn't open).
Can anyone help with the appropriate procedure to open a text file attachment for input reading.
Thanx a lot in advance
Well... Thanx a lot HDR,actually I'm aware of the array like
reference to mail attachments, and that was my original way of referencing the attachments, as mentioned in the body of the original question.
thanx Buzby you're message helped me a lot and currently, actually my problem has solved thanks to you, thank you very much again!! 
[Edited by shmulik on 04-21-2000 at 03:36 PM]
[Edited by shmulik on 04-27-2000 at 01:14 PM]
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
|