|
|
Tag Browser: .msg
< 1 second(s)
-
Hello, I am trying to write custom properties to an .msg file using Aspose.Network that I could read from within an Outlook add-in using the Outlook object model. My code is based on this post http://www.aspose.com/community/forums/2/275051/custom-properties-in-an-outlook-form/showthread.aspx.
Using this code I get an error trying to open ...
-
Hi,
I am also having the same issue. I looked at the .MSG file that was created and noticed that the PR_REPLY_RECIPIENT_ENTRIES & PR_REPLY_RECIPIENT_NAMES properties on the message were not set. Can these be added in?
Thanks,
Jason Woods
-
I have been evaluating the Aspose.Netwok library for Java. Our requirement is to set a reploy-to address for the messages we create. Is that possible?
Many thanks in advance
mm
-
Hi,
We are using Aspose.Network for .Net to export e-mails from Exchange to the Fileserver and convert them from .eml to .msg.
Our problem is that when we upload the .msg file to SharePoint the indexer cannot find the attachements. However if we drag and drop the same e-mail directly from Outlook to SharePoint it does find the ...
-
I am attempting to generate a MSG file from scratch, to generate a template email for the user, using the Aspose.Network library (version 4.7.0.3), and it is partially working - a MSG file is generated, and will open within Outlook, however a number of properties are modified when Outlook reads the generated MSG file back.The Priority of the ...
-
Hello all,
i posted about this problem a view weeks ago and got no solution until now.
We try to convert a eml-forrmatted mail from stream into a msg-forrmatted mail and save it to an other stream with Aspose.Network.
The code below works fine when running on Microsoft Windows XP and it fails when running on ...
-
Hello all!
I try to convert a eml-forrmatted mail from stream into a msg-forrmatted mail and save it to an other stream with Aspose.Network. The code runs in context of a webserver. In debug-mode on windows xp sp3 (outlook is installed) using cassini as webserver it works. In release (any cpu) on windows 2003 server 64-bit (outlook ...
-
Greetings from Germany,
we generate the 2 output formats .eml and .msg depending on the login information for webclients with ''groupwise'' or ''outlook'' as email client. The file with the correct format is delivered as a link to the generated .eml/.msg file, which is opened at runtime by the ...
-
Hi,
I'm trying to programmatically retrieve certain fields within an Outlook Appointment, represented as a .MSG file. I need to be able to obtain the appointment start and end date/times. It seems the PR_START_DATE and PR_END_DATE properties are not consistently populated. Here is the pattern I've observed:
If I create an ...
|
|