API Reference

Class

EmailLimitExceededException

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Base IOException
Implements
ISerializable
Modifiers sealed

Thrown when an email artifact exceeds an explicitly configured resource limit.

Inheritance

  • IOException
  • EmailLimitExceededException

Constructors

public EmailLimitExceededException(String limitName, Int64 actualValue, Int64 maximumValue) #

Creates a limit exception.

Parameters

limitName System.String requiredposition: 0
actualValue System.Int64 requiredposition: 1
maximumValue System.Int64 requiredposition: 2

Properties

public String LimitName { get; } #

Name of the exceeded reader option.

public Int64 ActualValue { get; } #

Observed value.

public Int64 MaximumValue { get; } #

Configured maximum value.