![]() |
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
|
|||
|
|||
![]()
Team,
I use Outlook 2003 and in my add-in I save attachments in a share folder (UNC). I don't see any issue while writing in to the shared folder but when I attempt to read, the message does not open. I don't have google desktop installed on my machine. Is there any resolution for this problem? Regards, Selvam. |
#2
|
|||
|
|||
![]()
Attempt to read it in code or in the user interface?
Are you saving the attachments as the correct type of files? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "arcfan" wrote in message news ![]() Team, I use Outlook 2003 and in my add-in I save attachments in a share folder (UNC). I don't see any issue while writing in to the shared folder but when I attempt to read, the message does not open. I don't have google desktop installed on my machine. Is there any resolution for this problem? Regards, Selvam. |
#3
|
|||
|
|||
![]()
I'm trying to open the saved item manually using outlook 2007/2003. Just to
give a correct context, the user tries to open the item is not the owner of the message... and the attachment gets stored in a remote share on network. I think you mean the file extension by referring "the correct file types?"... If so, yes. If not, I don't know how to set correct file type. OL 2003 object model does not have message type as a parameter in the SaveFileAs method. Method Signature =========== Outlook.Attachment.SaveFileAs string At the same time I don't have any issue with other files like images, documents... Regards, Selvam. "Ken Slovak - [MVP - Outlook]" wrote: Attempt to read it in code or in the user interface? Are you saving the attachments as the correct type of files? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "arcfan" wrote in message news ![]() Team, I use Outlook 2003 and in my add-in I save attachments in a share folder (UNC). I don't see any issue while writing in to the shared folder but when I attempt to read, the message does not open. I don't have google desktop installed on my machine. Is there any resolution for this problem? Regards, Selvam. |
#4
|
|||
|
|||
![]()
What types of items are you having problems with, if not with images or
documents? What happens if you go to the files in Windows Explorer and double-click on it? Please provide all the relevant information you have. What do you mean by "I'm trying to open the saved item manually using outlook 2007/2003"? How exactly are you trying to do that? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "arcfan" wrote in message news ![]() I'm trying to open the saved item manually using outlook 2007/2003. Just to give a correct context, the user tries to open the item is not the owner of the message... and the attachment gets stored in a remote share on network. I think you mean the file extension by referring "the correct file types?"... If so, yes. If not, I don't know how to set correct file type. OL 2003 object model does not have message type as a parameter in the SaveFileAs method. Method Signature =========== Outlook.Attachment.SaveFileAs string At the same time I don't have any issue with other files like images, documents... Regards, Selvam. |
#5
|
|||
|
|||
![]()
Ken,
Thanks for great response and follow-up. Only with embedded mail item (message) as attachments thats where I have problem with. That too not while saving the attachment (embedded mail item/Message) in to the shared folder... Only when opening the saved item... I use .msg extension for the embedded mail item types and in explorer it showed as email message type files. User double clicks on the item to open it up in outlook. User may use OL 2003 or OL 2007. Please let me know if I can provide any other details. Regards, Selvam. "Ken Slovak - [MVP - Outlook]" wrote: What types of items are you having problems with, if not with images or documents? What happens if you go to the files in Windows Explorer and double-click on it? Please provide all the relevant information you have. What do you mean by "I'm trying to open the saved item manually using outlook 2007/2003"? How exactly are you trying to do that? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "arcfan" wrote in message news ![]() I'm trying to open the saved item manually using outlook 2007/2003. Just to give a correct context, the user tries to open the item is not the owner of the message... and the attachment gets stored in a remote share on network. I think you mean the file extension by referring "the correct file types?"... If so, yes. If not, I don't know how to set correct file type. OL 2003 object model does not have message type as a parameter in the SaveFileAs method. Method Signature =========== Outlook.Attachment.SaveFileAs string At the same time I don't have any issue with other files like images, documents... Regards, Selvam. |
#6
|
|||
|
|||
![]()
Are you sure that those embedded attachments are actually Outlook objects,
and not images or something else? How are you testing for that? To be clear, if you find that MSG file in Windows Explorer and double-click on it does it open as an Outlook item? Does it open at all? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "arcfan" wrote in message ... Ken, Thanks for great response and follow-up. Only with embedded mail item (message) as attachments thats where I have problem with. That too not while saving the attachment (embedded mail item/Message) in to the shared folder... Only when opening the saved item... I use .msg extension for the embedded mail item types and in explorer it showed as email message type files. User double clicks on the item to open it up in outlook. User may use OL 2003 or OL 2007. Please let me know if I can provide any other details. Regards, Selvam. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Send Saved Word Doc as attachment to fixed email address | Jules[_2_] | Outlook - General Queries | 0 | June 2nd 08 05:51 AM |
I can send email with attachment receiver cannot open attachment | saffi | Outlook - General Queries | 8 | December 5th 07 10:06 AM |
Can't open message attachment in Outlook 2007 | [email protected] | Outlook - General Queries | 1 | November 28th 07 07:13 PM |
File association (.pps) doesn't work for OE6 attachment. Must be saved first. | Bud Vitoff | Outlook Express | 8 | July 3rd 07 06:56 PM |
attachment not being saved in sent messages... | Brad Pears | Outlook - General Queries | 5 | March 2nd 06 11:21 PM |