Questions tagged [msg]

"msg" is the extension of Microsoft Outlook message files

MSG is the extension of Microsoft Outlook message files, that is a proprietary format different from the more popular EML files.

You should use the msg tag to identify questions related to Microsoft Outlook Messages (.msg) file processing.

280 questions
0
votes
2 answers

Create msg outlook file from folder

I have a folder with content like this More specific: __nameid_version1.0 __substg1.0_00020102 __substg1.0_00030102 __substg1.0_00040102 __substg1.0_10100102 __substg1.0_001A001E __substg1.0_0037001E …
Jordan Borisov
  • 1,603
  • 6
  • 34
  • 69
0
votes
1 answer

Msg 102, Level 15, State 1, Line 3 Incorrect syntax near ' '

I wrote the following code: Declare @DaataBaseName2 varchar(50) set @DaataBaseName2 = 'LUNDB14644A01' -- @DaataBaseName USE @DaataBaseName2 --LUNDB14644A01 GO I received following error: Msg 102, Level 15, State 1, Line 3 Incorrect syntax…
user2668842
  • 1
  • 1
  • 1
0
votes
1 answer

How to parse an .msg file in php?

Is there any way for parsing the Outlook .msg files in PHP? My requirement is to parse an .msg file and convert each conversation(message) in it to separate files(Preferably .eml files).
Mahesh
  • 603
  • 1
  • 10
  • 22
0
votes
1 answer

The facts behind MSG type

I need some information on this type that is obviously type defined in the windows header. I really do not wish to post code up for its really to much to ask of someone to look at. I just need some information on the MSG type, i am using this with…
user2588062
0
votes
1 answer

Error reading .msg file downloaded from servlet

I have written a servlet which reads the outlook .msg file using msgparser and writes the content in ServletOutputStream so that it could be downloaded once the url is hit. Problem which i am facing is, that file reports an error when i try to open…
roger_that
  • 9,493
  • 18
  • 66
  • 102
0
votes
0 answers

"Invalid argument" with message queue operations

I'm trying to send a 1KB string over a message queue between a parent process and its forked child. Unfortunately, my calls to msgsnd, msgrcv, etc. are suddenly all returning -1 and causing the EINVAL error. I found that this error (in the case of…
norman
  • 5,128
  • 13
  • 44
  • 75
0
votes
1 answer

how to attach templates and add-ins to outlook .msg files?

I have hundreds of different outlook .msg templates with similar bookmarks. I want to fill out these bookmarks so they get their data from a database using vba code. Now, like in word documents, this is super easy, you simply write your vba code in…
Mana
  • 1,925
  • 6
  • 39
  • 55
0
votes
1 answer

asp.net, open and display .msg file

Looking for a solution or guidance, so I can parse the .msg (outlook email) file and display in asp.net (vb.net). Basically, parsing of .msg file is the issue. I try using outlook dll, but there is no sample code, how to load and parse email.
Zia
  • 7
  • 1
  • 4
0
votes
1 answer

Attaching a msg file to a msg with Redemption

I am working on a proof of concept application, and the end goal is to create a bunch of msg files with attachemnts. So, we have a parent .msg with multiple child .msg files attached. I have managed to create the child msg's fine, but when it…
Christian Phillips
  • 18,399
  • 8
  • 53
  • 82
0
votes
1 answer

Outlook Storage Example not finding body text in .MSG

I am using the excellent example at CodeProject to read .MSG files however many are coming back with no body text. I have stepped into the code and I believe this is because the property key __substg1.0_1000 of the Outlook message does not exist…
Liath
  • 9,913
  • 9
  • 51
  • 81
0
votes
2 answers

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 to automate processing each .msg file and putting it…
user151901
0
votes
0 answers

PHP: exec() Win7 "msg.exe"

I have a curious issue with MSG.EXE, the (relatively) new method by Windows to issue network popup messages. The following statement: msg aag /SERVER:100.100.100.22 /TIME:15 /V TEST works fine from a Win7 cmd window, and the server receives the…
aag
  • 680
  • 2
  • 12
  • 33
-1
votes
1 answer

Windows pop up message when responds to ping [cmd, PowerShell]

Is it possible to run a specific script and receive a message (like msg command) when the pinged machine becomes available? ping -n
| find "TTL=" && ( msg * Online )
Alphabet
  • 3
  • 2
-1
votes
1 answer

convert email .msg into .eml with Python

I have a folder with several emails.msg and I want to convert them to emails.eml with Python3. Is there a way? Thanks
-1
votes
1 answer

Outlook Folder with MSG Files, transfer to a CSV

I have a folder with 200ish msg files from Outlook which I need to put in a single CSV where each column represents one msg with corresponding subject, body, to etc. Any good idea how to do that without doing it manually?
eskay
  • 23
  • 3
1 2 3
18
19