The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

giving error msg at wrong condition

<?php $dir = 'dir'; $exclude = array('.','..','.htaccess'); $q = (isset($_GET['q']))? strtolower($_GET['q']) : ''; $res = opendir($dir); if (strlen($q) < 3) { echo "Search must be longer than 3 ...
-1
votes
1answer
50 views

How to send messages using command prompt on a school network? [closed]

I'm in a computer lab with 25 other logged in computers. The 'net use' command returns only me, 'MSG * Hey' messages only me, no one else. I can find every computer under 'net view' and I can get ...
2
votes
1answer
46 views

Read bookmarks in outlook MSG file with C#

My goal is to somehow be able to read bookmarks in an outlook .msg file, then replace them with a different text. I want to do this with C#. I know how to access the body and change the text, but was ...
2
votes
2answers
44 views

win32 main loop interval issue C++

I'm making a keylogger that logs key strokes (duh..). Now when I've implemented the basic keylogger in C++, I wanted to add a new feature to the application: I want it to mail the logs to my email. So ...
1
vote
0answers
34 views

ActiveX Control to view outlook msg file in C# Winforms

I am using C# Winform in .NET 3.5 in an application. I looking for a third party ActiveX control, which can show *.msg file in the viewer. Is anybody aware, such kind of viewer, which will support ...
-2
votes
0answers
29 views

Error reading .msg file from Servlet [closed]

Need an answer to this question. No way left now. Tried everything.
0
votes
1answer
63 views

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 ...
0
votes
1answer
82 views

Difference between a .msg file and a .eml file

What are the difference between a .msg file and a .eml file? I know that eml is infact a text file while msg is not. Both can be opened in Outlook. Outlook allows you to save the email as .msg ...
0
votes
0answers
60 views

“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 ...
0
votes
1answer
78 views

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 ...
1
vote
3answers
35 views

SQL Query Error

I'm stuck to this error: Msg 8120, Level 16, State 1, Line 2 Column 'Subjects.off_CODE' is invalid in the select list because it is not contained in either an aggregate function or the GROUP ...
0
votes
1answer
42 views

Display mail from a MSG file

In my application (Java EE), I retrieve a MSG file and I'd like to display it in the browser the same way it could be looked on Outlook. Is there already a Java API which can do this?
1
vote
2answers
100 views

Parsing .msg files in Javascript

Does anybody know of any Javascript libraries that will read/parse a microsoft .msg file. I am writing a system that requires a viewer to dispay .msg files that have been stored on a server. Any help ...
1
vote
1answer
247 views

programmatic control of PDFCreator

I want to print Outlook .msg files to PDF programatically. Since I cannot set ActivePrinter using C# AddIn in Outlook, I am searching if there is any way to use PDFCreator. I found, that you can ...
0
votes
1answer
449 views

Reading Composite Document File V2 Document (.msg) files in ubuntu

I have a large dump of data from an outlook email account that comes entirely in .msg files. A quick call to ubuntu's file method revealed that they were Composite Document File V2 Documents (whatever ...
1
vote
1answer
264 views

3rd party utility to convert Outlook MSG files to EML files

I have an application that allows people to attached files to records. Some users are uploading emails that relate to the record in question. All fine and dandy. However some users are using MS ...
0
votes
2answers
287 views

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 ...
-2
votes
1answer
97 views

How can I develop an app that can send a text message? [duplicate]

Possible Duplicate: Using the native sms app to send an sms without launching itself I have noticed many apps have the ability to send a text message to any phone, usually with codes or ...
0
votes
1answer
224 views

how to open an MSG file in Outlook in reply mode

I have a C# WinForm app which shows a list of local MSG files. When a user clicks an item in the list I want it to open the MSG file in an Outlook window in REPLY MODE. i.e. to show the window ...
0
votes
1answer
122 views

change msg property to new value with rsyslog

I have this rsyslog configuration: $template f_x,"/path/%programname%.%$YEAR%%$MONTH%%$DAY%%$HOUR%.log" if $programname == 'xyz' and $msg contains 'Hello World' or $msg contains 'FATAL' ...
0
votes
1answer
124 views

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 ...
1
vote
0answers
281 views

fancybox and msg conflict - Object function has no method

I got these two scripts working at on my page: $(document).ready(function() { $(".various").fancybox(); }); wich is opening a lightbox with ajax content and the following: ...
0
votes
1answer
211 views

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 ...
0
votes
1answer
147 views

Put string in Handler

I've a little problem.I try to give a string to a handler. I tried it with bundle.putString("key","String"); , but if i try to get the string, i got a nullpointerException. Can somebody tell me what ...
3
votes
1answer
256 views

How to pass parameters to a .msg file?

I have found how to send parameters to the outlook.exe file to create a new message, add an address, a subject, and a body of text: Run "C:\Program Files (x86)\Microsoft Office\Office14\outlook.exe" ...
0
votes
0answers
168 views

IFilter for MSG files - How to differentiate extraneous junk from actual email text?

I'm using IFilters in C++ to extract document text from various file types for the purpose of clustering related documents together based on content. I'm finding that Microsoft's IFilter for MSG ...
0
votes
1answer
402 views

Open .msg and .eml files from iOS UIWebview

I am trying to display .msg and .eml files using iOS sdk 5.1 in a UIWebView. I have the files in a binary format (NSData). I am able to display doc, docx, ppt, pptx, xls, xlsx, pdf, png, bmp and jpg ...
0
votes
0answers
144 views

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 ...
2
votes
2answers
699 views

How do I open local .msg files in web browser (html format) and display embedded pictures

I know how to open local .msg files in webbrowser in html format. The problem is when the .msg has embedded pictures, the only thing that appears is a blank space ("picture not found") where it is ...
3
votes
1answer
197 views

PST handling using Ruby

I am in the process of writing some code to extract information about the contents of PST files such as the total messages, sub folder listing, number of messages per folder, email subject name and ...
1
vote
0answers
181 views

unencrypted eml file to encrypted msg file

I have a folder of unencrypted eml files, and I need to import them into outlook after having encrypted the emails. I found on the Internet a libary named MailBee.NET that enables me in c# to ...
1
vote
0answers
265 views

XML->Generate MSG -> Folder -> PST for Outlook

I am looking into ways to generate MSG files from XML and then save the generated MSGs into a PST files using Microsoft.Office.Interop.Outlook. The following snippets have been inspired by this post ...
0
votes
1answer
236 views

Outlook iCalendar Task Import/Export

I am attempting to write Task Items, for Outlook 2010, to an iCalendar file in order to be imported into Outlook. I've looked through the specifications for both MS-OXCICAL and MS-OXCMSG (Calendar ...
0
votes
0answers
755 views

Conversion failed when converting from a character string to uniqueidentifier

Sorry, fairly new to SQL, dev gave me this to run on a hospitals DB over night and it isn't working. Not sure if I'll be able to get help based off what I have, but I can hope right? Here is the ...
1
vote
1answer
173 views

How to find the code page ID of an Outlook message file (.msg)

I want to get the Code Page ID that was used when writing an email (outlook .msg file). The property that holds this information is PidTagMessageCodepage. But I cannot find how to access it with C++. ...
1
vote
1answer
70 views

Python Email, how to delete/refresh 'To' field in a message

I'm trying to write a python rogram to send email to multiple addresses. Each time the message is the same except for the recipient's address. I thought i could just change the msg['To'] in the loop, ...
3
votes
1answer
2k 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
860 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
193 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
2answers
201 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 ...
3
votes
1answer
104 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 ...
0
votes
1answer
1k 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 ...
1
vote
0answers
334 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 ...
0
votes
1answer
189 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 ...
1
vote
2answers
361 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
4
votes
2answers
463 views

Delphi and MSG file

How do I display an Outlook message file using Delphi 2010? Is there a way to wrap an Outlook app and open it within Delphi?
1
vote
1answer
2k 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 ...
2
votes
2answers
1k 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
1answer
721 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 ...
3
votes
8answers
20k views

message box in jquery

Can any one suggest the code for creating message box in jquery???

1 2