ExchangeService.MarkAsJunk 方法

定义

将邮箱项目标记为垃圾邮件。 方法MarkAsJunk(IEnumerable<ItemId>, Boolean, Boolean)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

public:
 Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::MarkAsJunkResponse ^> ^ MarkAsJunk(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ItemId ^> ^ itemIds, bool isJunk, bool moveItem);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.MarkAsJunkResponse> MarkAsJunk (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ItemId> itemIds, bool isJunk, bool moveItem);
Public Function MarkAsJunk (itemIds As IEnumerable(Of ItemId), isJunk As Boolean, moveItem As Boolean) As ServiceResponseCollection(Of MarkAsJunkResponse)

参数

itemIds
IEnumerable<ItemId>

要标记的邮箱项目的 ID。

isJunk
Boolean

如果 项目是垃圾邮件 (在这种情况下,发件人将添加到阻止发件人列表) ;否则, false (在这种情况下,不会将发件人添加到阻止发件人列表) 。

moveItem
Boolean

若要将项目移动到垃圾邮件文件夹,则为 true;否则为 false

返回

每个已移动项的项 ID 的集合。

适用于