MarkAsJunkResponse Class

Definition

Contains the ID of a message that was moved to the Junk Email folder in response to it being marked as junk mail. The MarkAsJunkResponse class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class MarkAsJunkResponse : Microsoft::Exchange::WebServices::Data::ServiceResponse
public class MarkAsJunkResponse : Microsoft.Exchange.WebServices.Data.ServiceResponse
Public Class MarkAsJunkResponse
Inherits ServiceResponse
Inheritance
MarkAsJunkResponse

Properties

ErrorCode

Gets the error code associated with this response.

(Inherited from ServiceResponse)
ErrorDetails

Gets error details associated with the response.

(Inherited from ServiceResponse)
ErrorMessage

Gets a detailed error message associated with the response.

(Inherited from ServiceResponse)
ErrorProperties

Gets information about property errors associated with the response.

(Inherited from ServiceResponse)
MovedItemId

Gets the item ID of the message marked as junk mail. The MovedItemId property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Result

Gets the result associated with this response.

(Inherited from ServiceResponse)

Applies to