Read / Scraping emails from Microsoft Outlook

版本 1.1.0.0 (6.0 KB) 作者: Ioannis Kyriakos
Read Outlook
430.0 次下载
更新时间 2021/11/2

Matlab function which imports the 'readed' or 'unreaded' outlook emails from inbox and their folders - subfolders.
Extracts their subjects, bodies and can save their attachments.
% Reads all emails from inbox
mails = ReadOutlook;

% Reads all Unread emails from inbox
mails = ReadOutlook('Read', 1);

% Reads all Unread emails from inbox and mark them as read
mails = ReadOutlook('Read', 1, 'Mark', 1);

% Reads all emails from a email folders and save their attachments
mails = ReadOutlook('Folder', 'Groups', 'Savepath', 'C:\matlab\data\test');

引用格式

Ioannis Kyriakos (2024). Read / Scraping emails from Microsoft Outlook (https://github.com/KyriakosJiannis/Matlab-read-Outlook), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Standard File Formats 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

无法下载基于 GitHub 默认分支的版本

版本 已发布 发行说明
1.1.0.0

notes added

1.0.0.0

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库