我正在使用“电子邮件自动化-获取所有邮件” 菜单中的自动化功能,从Outlook邮箱中读取传入的邮件。我的简单代码如下。但是,每当我在消息框中打印html对象和标签时,我只想要电子邮件。
Start Loop "Each message on server:outlook.office.365.com,User Name:xyz@xyz.com,SSL Server Type:POP3,Message Format:Plain Text"
Message Box:"$Email Message$"
任何人都可以帮忙吗??
答案 0 :(得分:1)
在原始的“电子邮件自动化-获取所有邮件”命令中,端口号下方应有一个“邮件格式”选项。
如果没有-您可以卸载到一个看起来像这样的JavaScript脚本,然后通过“运行脚本”调用它:
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css">
<!-- Bootstrap JS -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.bundle.min.js"></script>
<!-- Input to upload images -->
<input type="file" id="input" name="image">
<!-- Modal to show uploaded image on -->
<div class="modal fade" id="modal" tabindex="-1" role="dialog" aria-labelledby="modalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="modalLabel">Image Upload</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div> <!-- .modal-header -->
<div class="modal-body">
<div class="container">
<!-- Uploaded Image -->
<img id="image" src="" alt="Picture">
</div> <!-- .container -->
</div> <!-- .modal-body -->
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div> <!-- .modal-footer -->
</div> <!-- .modal-content -->
</div> <!-- .modal-dialog -->
</div> <!-- .modal -->
将vString传递到其中,然后将vString撤回,现在没有标签了。