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
0 answers

Outlook form region not activated when opening .msg file

I am working on an Outlook add-in with two form regions registered for IPM.Note. I use Visual Studio 2012, C# and Outlook 2010/2013/2016. It generally works as expected, but with Outlook closed, then if I open a .msg file, Outlook seems to open in a…
0
votes
1 answer

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
Andreas Blomqvist
  • 437
  • 1
  • 9
  • 22
0
votes
4 answers

Extracting information from an outlook contact or a distribution list saved as an *.msg file

I am trying to solve a problem where I have some contact information given as Outlook's *.msg files. I want to parse these files using a script to extract the contact emails and names. I tried couple of solutions: I tried using Aspose's email…
skoppisetti
  • 15
  • 1
  • 4
0
votes
1 answer

Using user input in RSA code in Python

I'm new with python and programming and all of that, but I have a project in which I use programming (because I'm interested in it :) ) In this project, my partner and I would like to have someone to input their message in the code (not in the…
Joris
  • 3
  • 5
0
votes
1 answer

Apache POI hsmf returning null for getMesssageDate

I am trying to retrieve outlook message (.msg) properties using apache MAPIMessage API. I am able to retrieve other metadata like from, to , cc but when i am using getMessageDate method retrieve date it is returning null. Any idea guys what might be…
Durgesh Sahu
  • 247
  • 1
  • 5
  • 19
0
votes
2 answers

C++ ShellExecute msg issue

I have a .bat file which sends a local message. When I run it myself (double-click) it works (a message pops out). It doesn't work when I launch the .bat with ShellExecute(); though. What could be the case? Here's the code: message.bat msg *…
gregjj2
  • 1
  • 3
0
votes
0 answers

Apache POI getBodyHtml is returning null

I need to parse some data inside a table from a .msg file(Outlook) and I'm using apache poi to extract the data. The problem I have is that getHtmlBody() returns null but the getTextBody() and getRtfBody() works. I even sent myself a mail with HTML…
Lundell
  • 109
  • 1
  • 7
0
votes
1 answer

HTML Email to .MSG

We've got a corporate client that insists that for internal emails they need them in .msg format in order for images to come across properly. I'm not really familiar with the .msg format, but it sounds like it's a way to embed more than just text in…
Keefer
  • 2,269
  • 7
  • 33
  • 50
0
votes
1 answer

read encryption attachment of .msg file in java

I have many .msg files which has encrypted attachment. I currently use apache poi library. Currently, I have code that giving a path of a .docx, .xls, .xlsx file, I can have the decrypted content. The problem is I want to get the attachment of msg…
printemp
  • 869
  • 1
  • 10
  • 33
0
votes
1 answer

EML vs MSG in terms of EWS

I am going to ask very basic question of difference between EML and MSG file stack. But I am not expecting "MSG is outlook-understandable format" as an answer. I need to know, if I am using EML what properties, I won't be able to extract. I am…
Amit Shakya
  • 1,396
  • 12
  • 27
0
votes
4 answers

Append contents of .msg attachment to message body

I have a script to open attachments and append them to the message body. I have it working for text documents but I need it working for .msg attachments too. At the moment it just doesn't read the object. Can anyone help? Sub…
Josh
  • 1
  • 1
  • 1
0
votes
2 answers

Display e-mail in Outlook Plugin using Outlook-component

Our company developed an Outlook plugin to implement our document management system. Users can drag e-mails from their Outlook folders to a grid in the plugin. After the drop the e-mail is imported into the document management system in the specific…
0
votes
5 answers

ASP.NET can not call outlook function to create .msg file

I need create a outlook .msg file by IIS, it is ok when I run it in "IIS Express", but can not run in IIS even set applicationpool to LocalSystem. Error message:Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT)) at…
0
votes
1 answer

problems with msg files created using Outlook

I am trying to use a program and the input is supposed to be msg files that are "uuencoded or pgp ascii-armored text file". I created plain text emails and saved them as .msg files using Outlook. However the program throws an error that says…
user3735871
  • 527
  • 2
  • 14
  • 31
0
votes
0 answers

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

select * from Employee where salary < All (200,500) Getting error: Msg 102, Level 15, State 1, Line 1 Incorrect syntax near '200'.