EwsMarkAsJunkException

EwsMarkAsJunkException class

MarkAsJunk failed exception

public sealed class EwsMarkAsJunkException : ExchangeException

Properties

Name Description
ErrorDetails { get; } Gets extra information aboout error
ErrorMessages { get; } Error messages for failed operations
FailedMessageIds { get; } The array of message ID which haven’t been moved to the junk mail folder.
override Message { get; } Gets a message that describes the current exception.
MovedMessageIds { get; } The array of message ID which are moved to the junk mail folder.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also