Tagged Questions
The msg tag has no wiki summary.
9
votes
7answers
5k views
Read from .msg files
I need to read from Outlook .MSG file in .NET without using COM API for Outlook (cos it will not be installed on the machines that my app will run). Are there any free 3rd party libraries to do that? ...
4
votes
1answer
193 views
Delphi and MSG file
How to display an Outlook msg file using Delphi 2010? Is there a way to wrap Outlook app and open it within Delphi?
Thanks
3
votes
1answer
59 views
Apache error “PHP cookie policy violation” [closed]
I'm facing this issue when I published the site:
""/usr/local/apache/conf/modsec_rules/10_asl_rules.conf"] [line "498"] [id "340078"] [rev "1"] [msg "PHP cookie policy violation"] "
Why this is ...
3
votes
6answers
3k views
save System.Net.mail.MailMessage as .msg file
I am building an application where i am obligated to create a MailMessage (System.Net.mail.MailMessage) and save it on the disk as .msg extention not .eml
Below is the method i'm using to save a ...
2
votes
2answers
378 views
How to print .MSG into PDF
I have 1000 emails (in .msg format) and I'd like to convert those to PDF files.
Reading .MSG file has already been asked here.
But the problem for me is to print .msg emails as you do from "File -> ...
2
votes
2answers
326 views
Display a .msg file using WPF in C#
I am currently designing and implementing an application whereby a user can preview and classify emails (amongst other features). I wish to create a 'preview' of the email message which is in a .msg ...
2
votes
2answers
865 views
save .msg format file with exchange web services managed API
I'm trying to use Exchange Web Services Managed API 1.1 to connect to Exchange and then find out if an email has been sent or received and save a copy of the .msg file to a folder on the disk.
So ...
1
vote
0answers
182 views
How to capture Windows msg.exe (previously net send) message through Java?
As you might already know, Msg.exe replaced "Net Send" on the later Windows versions, but they basically do the same thing. Is there a way to listen and capture these messages (which are in a Windows ...
1
vote
2answers
84 views
How to process msg returned from jquery.ajax()
I would like to know what are the properties of msg object from jquery.ajax(). I am throwing an exception inside asp.net static function, but I am unable to cast it in javascript.
Thanks for help
1
vote
1answer
467 views
Problem with reading *.msg outlook file using Microsoft.Office.Interop.Outlook
I'm writing piece of code which will handle extraction of information from email stored in *msg Outlook file. The idea how to do it I took from C# Outlook interop and OpenSharedItem for opening MSG ...
1
vote
2answers
191 views
Can msgget be malicious?
I met with such question about msgget recently.
while(1)
{
msqid = msgget(IPC_PRIVATE,IPC_CREAT);
if(msqid<0)
break;
printf("msqid=%d\n",msqid);
}
Soonly, it consumes ...
1
vote
2answers
1k views
C# Outlook interop and OpenSharedItem for opening MSG files
Is there any tutorial or resource I can follow in order to use the OpenSharedItem outlook interop method. My goal is to read MSG files using it (as it can apparently do so).
1
vote
1answer
155 views
MSG stream Id calculation
I'm trying to calculate the stream name for the named property part of an MSG file, specifically string named properties. The MSG file format specification says that the ID is generated as follows:
...
0
votes
1answer
102 views
Parsing msg/eml files with Python 2.7
Is there a library that can parse msg or eml files? I wrote a script that parses an email once it is converted to a txt file, but i cannot find an email client that allows me to easily drag-n-drop ...
0
votes
1answer
80 views
Programmatically saving Outlook emails in .msg format on my desktop
How can I save emails to my local desktop folder in Microsoft Outlook 2007? I need a plugin or can you help me in writing a plugin with some suitable code as reference. I don't have permission to ...
0
votes
1answer
25 views
Outlook msg format - how to construct __nameid_version1.0 stream
I have been working with an open-source project called pstsdk up on codeplex. My current task is to generate msg files from the pst. Mostly I have been successful but to make it complete I want to be ...
0
votes
0answers
46 views
Solutions to display mail (MSG-file) in Swing application?
I am looking for a solution to display msg-files saved from outlook in my Swing application. There seem to be plenty of solutions for parsing and writing msg-files, but none to actually display them ...
0
votes
2answers
46 views
MSG File format Parsing
Does anyone know how to get the attached linked images of a RTF email from c#?
I've tried a few component vendors and blogs from the internet but none of them support getting the linked images of a ...
0
votes
1answer
355 views
Java: How to create an EML or MSG file with attachment that can be opened in Outlook
I have a struts-action, and when that action is called i would like to create and return a simple eml or msg file that can be opened in outlook.
This is can do just fine with a basic email-message. I ...
0
votes
1answer
76 views
How to make a popup dialog appear on all devices connected to my WiFi, like with msg.exe or net send but cross platform?
I'd like to have a popup dialog box come up on all devices connected to my WiFi, say with the message "OK, you only get 15 mins of free WiFi". Is there anyways I can broadcast this to all devices ...
0
votes
1answer
25 views
Get a files name into a msg batch
In my previous post i made a batch (see bellow)
@ECHO OFF
XCOPY "%cd%\CTB\*.CTB" c:\ICT\AutoCAD_2010\CTB\
MSG * Hello %USERNAME%, Your CTB was successfully transferred.
exit
How can i achive ...
0
votes
1answer
424 views
How to create an Outlook msg file from a web service?
I'm trying to create an outlook msg file from some code running on a webserver. My (pseudo) code does the following:
Outlook.Application application = new Outlook.Application();
Outlook.MailItem ...
0
votes
0answers
178 views
Is isPlaying method of MediaPlayer in Android buggy?
I'm not sure what is happening, but wherever i use isPlaying() method i keep receiving a verbose msg similar to this:
TAG:MediaPlayerService MSG: [344] isPlaying: 0
And while my sounds plays it ...
0
votes
1answer
388 views
Opening Mime content in Outlook
I'm looking for a way to get outlook to open a Mime message? It should be possible I just can't seem to find anywhere with examples on how to do it...
Currently we get the mime content and then use ...
0
votes
2answers
461 views
How can I save a Outlook Message from Clipboard to a file?
If I select an Outlook message from my Inbox and copy it to the clipboard I can paste it as an *.msg file to the Desktop.
Now I want to implement the same feature to my application.
The Clipboard ...
0
votes
1answer
167 views
Reading .msg on Mac
Is there any tool or library that allows to read Outlook's MSG files on Mac? I don't mind having to code a little - i.e. a library that works with C(++)/PHP/Python/Ruby etc. would be fine, but I don't ...
0
votes
1answer
365 views
Msg * in batch needs new line how?
Im running the following code snipet
Msg * "Hoi %username%, je kunt nu alle vensters sluiten en AutoCAD opniew opstarten"
but i want a new line after %username% how can i achieve this?
EDDIT:
...
0
votes
1answer
454 views
ui:msg with Dictionary in GWT
Is it possible to use ui:msg with a Dictionary or a custom HashMap in GWT?
If so how?
Thanks
A
0
votes
3answers
1k views
How do I read a .msg Outlook attachment in Outlook VBA/Scripting?
I've got a script that's trying to open text attachments and append them to the message body. I have it working for text documents but I ideally need it working for .msg attachments too.
At the ...
0
votes
0answers
298 views
downloading attached .msg file from the email is not opening
In my program i am retrieving the incoming emails and also downloading the attachments if any which comes along with the email.
The problem i am facing is if there is any .msg file (like an outlook ...
0
votes
1answer
337 views
Is it possible to render the exact same HTML as Outlook does when displaying HTML Body of .msg files?
We are displaying HTML body extracted from .MSG files exported from Outlook.
To display the HTML body, one needs to decompress RTF from PR_RTF_Compressed field and then decode the RTF to HTML ...
0
votes
1answer
209 views
No-MFC equivalent of AfxGetThreadState in vc++
I am porting a MFC application to Win32 one, I need to get
AfxGetThreadState()->m_lastSentMsg
value in Win32, I searched but could not find anything, your help is appreciated.
0
votes
2answers
708 views
Automate collection of data from outlook .msg files to excel field
My firewall sends me a notifcation to my email every time a policy is violated.
I have about 2500 emails in .msg format that I want to put into one excel document.
Basically I am looking for a way ...
0
votes
2answers
797 views
MAPI: Format of PR_SEARCH_KEY
Does anyone know the format of the MAPI property PR_SEARCH_KEY?
The online documentation has this to say about it:
The search key is formed by
concatenating the address type (in
uppercase ...
0
votes
3answers
3k views
What's the best library for reading Outlook .msg files in Java?
I would like to read the text and binary attachments in a saved Outlook message (.msg file) from a Java application, without resorting to native code (JNI, Java Native Interface).
Apache POI-HSMF ...
-1
votes
5answers
1k views