问题标签 [msg]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
2768 浏览

powershell - 使用 Powershell 重命名 .msg 文件

我们倾向于将消息从 Outlook 拖放到 Windows 资源管理器中,因此我需要重命名默认消息文件名,以便可以从资源管理器中搜索/读取文件。

我设法将以下代码放在一起,几乎将网络文件夹上的 Outlook 文件从默认的“Subject.msg”重命名为“To - Subject - ReceivedDate - hhmmss.msg”。唯一的问题是重命名步骤不起作用,因为我相信 Outlook 进程正在锁定文件。我会很感激帮助避免锁定和重命名文件?另外,我不确定如果收件人列表中有多个人会发生什么,我很乐意在收件人列表中取第一个名字吗?这是我的努力:

ps [插入@ 2013 年 6 月 18 日] 作为对 Athom 的回答,我知道 Outlook 正在锁定文件,因为我收到以下错误:

但是,当我关闭 Outlook(由 powershell 脚本启动)时,我可以运行 Rename-Item 命令并成功运行。

0 投票
1 回答
1107 浏览

android - 有人可以向我解释如何在我的处理程序中使用 switch(msg.what){} 吗?

我真的不明白味精。什么?如果有人可以解释如何使用它,以便我的处理程序的 switch 语句可以分离出 textviews 中的更改,我真的很感激它,非常感谢你。

这是我的处理程序:

这是味精的来源:

0 投票
1 回答
678 浏览

c++ - 味精类型背后的事实

我需要一些关于这种类型的信息,这些信息显然是在 windows 标题中定义的类型。我真的不想发布代码,因为它真的太多要求别人看。

我只需要一些关于味精类型的信息,我正在使用它来创建一个窗口。

我知道该命令的功能,但我想要一个可靠的文档链接以获取可靠的事实。

额外问题:在编译应用程序时,编译器是否将 typedef 编译为其定义,或者应用程序本身是否引用该定义?

第一个问题比第二个问题更重要。谢谢

0 投票
1 回答
1881 浏览

c++ - 如何用 R 读取 msg 文件

我经常使用 R 来处理财务数据,例如 cds 点差、批次数据的相关性、时间序列......

现在我通过电子邮件从彭博社定期更新数据,所有数据都是电子邮件中的文本(不是附件),我想编写一个函数来从中读取数据(数百封电子邮件,扩展名为 .msg),并保存到excel中。

有人对如何读取数据有任何提示吗?我更喜欢 R,但如果 R​​ 做不到,C++ 也可以。

这是电子邮件的格式(部分):>>>>>

0 投票
2 回答
7971 浏览

vbscript - 使用 VB 脚本读取 .msg 文件的内容

我有一个包含数千个 Outlook .msg 文件的文件夹。

我想知道是否可以编写一个可以从每个文件中读取发送方和接收方的 VB 脚本,并根据此信息将 .msg 文件移动到文件夹中?

谢谢

0 投票
1 回答
4926 浏览

php - 如何在 php 中解析 .msg 文件?

有没有办法在 PHP 中解析 Outlook .msg 文件?我的要求是解析一个 .msg 文件并将其中的每个对话(消息)转换为单独的文件(最好是 .eml 文件)。

0 投票
1 回答
3583 浏览

sql-server - 消息 102,级别 15,状态 1,第 3 行 ' ' 附近的语法不正确

我写了以下代码:

我收到以下错误:

消息 102,级别 15,状态 1,第 3 行
“@DataBaseName2”附近的语法不正确。

为什么?

0 投票
1 回答
664 浏览

exchangewebservices - 如何使用 Exchange Web 服务将消息另存为 msg

我的要求是从 Exchange 2010 服务器上的某个邮箱获取所有电子邮件。我需要将所有附件和消息本身保存到文件系统中。我可以毫无问题地检索和保存附件,但唯一允许我将消息保存为 .eml 文件的 wat EWS。这些文件将进入一个文档存储系统,该系统将显示 .msg 文件,但不显示 .eml 文件。我正在使用 Web 服务应用程序来使用 EWS 检索电子邮件和附件。我使用控制台应用程序调用 Web 服务,然后完成文件进入文档存储系统的过程。我曾考虑将 .eml 文件转换为 .msg,但找不到这样做的方法。

我没有使用第三方代码或工具的选项。

我认为我的设置很灵活,但是找不到将这些消息作为 .msg 文件发送到文件系统的方法。

任何帮助将不胜感激。

沙弗

0 投票
2 回答
839 浏览

outlook - Create msg outlook file from folder

I have a folder with content like this

More specific:

This are files. With a little investigation I found that this is a message content of a outlook email.

It's posible to extract a msg file with 7zip ( I already try it).

How I can pack the compound files in msg file so I can open them with outlook?

0 投票
1 回答
600 浏览

php - php中的聊天系统具有长池,如何在没有那么多延迟时间的情况下一起发送和获取消息

m currently developing a chat aplication in php to a client using long polling. When the user send msgs i woud .abort() the getmsg() function and restart in on sendmsg() sucess (ajax call), but if the user send repeatedly msgs, the getmsg() get fired multiple times with same parameters, and if the other user is sending msgs too, i got repeatedly the same msgs. I got a way around it, without .abort() the getmsg() in sendmsg() it works well (ajax take care of both calls). But when the user send repeatedly msgs, i need to wait in the sleep() loop (getmsg()) to get all the msgs, even if there only a word in each. Is there a way to make the abort() fire just one time on consecutive msgs, or how i could make the sleep() to go lower (less seconds) when it finds a message? Wouldt it take so much of the server to do this check everytime? Thank提前了,抱歉文字太长。以下是功能:

PHP

发送消息()

JAVASCRIPT

获取消息():

发送消息()

它恢复了,我取出了附加数据部分,以使其更好地阅读。javascript 中的 sendmsg() 将 textarea 值附加到聊天中,当用户按 Enter 并且 textarea 有文本时,它们会使用 php 将其发送到数据库(我取出这部分以便更好地阅读)。getmsg() 进入 while 循环检查是否存在使用 mysql_num_rows 的 msg,如果有则回显它们。