![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello,
I receive mail where a message is embedded/attached*. Normally, I'd open the (parent) message (in a folder other than Inbox) and drag the attachment to a folder (also other than Inbox), then mark it as Unread. I'm trying to do this programmatically within Outlook 2003/VBA, but seem to be at a loss. The closest I can come is to save the attachment to a temporary file and then try to import, but then all sorts of info is lost (timestamp, etc.). I also tried using CDO, but I seem to have trouble finding my way around it... Any ideas? Thanks. * ... because mail.com is being nasty after me having a hockeymail.com account for 10+ years. They won't even let me PAY them for POP3 access, and Web2POP isn't working now ether, more ranting in private... |
Ads |
#2
|
|||
|
|||
![]()
AFAIK, there's no way to directly take an embedded message (as an Attachment
object) and move it out of the message. You do have to save it as a .msg file, but you'd also need to use Redemption (http://www.dimastr.com) to import it - see the RDOSession.GetMessageFromMsgFile method. -- Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "B" wrote: Hello, I receive mail where a message is embedded/attached*. Normally, I'd open the (parent) message (in a folder other than Inbox) and drag the attachment to a folder (also other than Inbox), then mark it as Unread. I'm trying to do this programmatically within Outlook 2003/VBA, but seem to be at a loss. The closest I can come is to save the attachment to a temporary file and then try to import, but then all sorts of info is lost (timestamp, etc.). I also tried using CDO, but I seem to have trouble finding my way around it... Any ideas? Thanks. * ... because mail.com is being nasty after me having a hockeymail.com account for 10+ years. They won't even let me PAY them for POP3 access, and Web2POP isn't working now ether, more ranting in private... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
saving embedded attachments outlook 2003 | Blond37 | Outlook - Installation | 0 | July 29th 07 01:24 AM |
Supress saving a message in SENT folder | ML | Outlook - Using Forms | 5 | May 3rd 06 02:28 PM |
Attached .pdf end up as embedded garbage in email body | [email protected] | Outlook - General Queries | 6 | March 20th 06 02:59 PM |
Embedded picture saving as bmp untitled | Mepoinc | Outlook - General Queries | 1 | March 13th 06 04:01 PM |
Suddenly Outlook 2003 stopped saving sent message in sent folder | apresto | Outlook - Installation | 1 | February 7th 06 04:57 PM |