我正在尝试通过创建草稿邮件然后使用/attachments附加#Microsoft.OutlookServices.ItemAttachment
来将电子邮件作为附件发送给用户
在/attachments API调用中发送的Item
参数是从对get-a-message的API调用中接收到的对象。
但是当收到电子邮件时,ItemAttachment
缺少原始电子邮件标题和原始电子邮件附件。
附件仅包含以下标题:
From: --Removed--
To: --Removed--
Subject: --Removed--
Thread-Topic: --Removed--
Thread-Index: --Removed--
Message-ID: --Removed--
Reply-To: --Removed--
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
X-MS-Exchange-Organization-RecordReviewCfmType: 0
Content-Type: multipart/alternative;
boundary="_000_10712912171441552989604058localhost_"
MIME-Version: 1.0
注意:我正在尝试以静默方式/在后台将电子邮件作为附件转发。
有没有办法获取Message mime内容而不是json Message正文?