com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Interface IExchangeClientBase

  • All Superinterfaces:
    com.aspose.ms.System.IDisposable
    All Known Subinterfaces:
    IEWSClient
    All Known Implementing Classes:
    EWSClient, ExchangeClient, ExchangeClientBase


    public interface IExchangeClientBase
    extends com.aspose.ms.System.IDisposable

    Represents the interface for base Exchange clients.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      com.aspose.ms.System.Net.ICredentials getCredentials()
      Gets or sets the credentials.
      com.aspose.ms.System.Net.WebProxy getProxy()
      Gets or sets the proxy.
      int getTimeout()
      Gets or sets the number of milliseconds to wait before the operation times out.
      void setCredentials(com.aspose.ms.System.Net.ICredentials value)
      Gets or sets the credentials.
      void setProxy(com.aspose.ms.System.Net.WebProxy value)
      Gets or sets the proxy.
      void setTimeout(int value)
      Gets or sets the number of milliseconds to wait before the operation times out.
      • Methods inherited from interface com.aspose.ms.System.IDisposable

        dispose
    • Method Detail

      • getProxy

        com.aspose.ms.System.Net.WebProxy getProxy()

        Gets or sets the proxy.

      • setProxy

        void setProxy(com.aspose.ms.System.Net.WebProxy value)

        Gets or sets the proxy.

      • getTimeout

        int getTimeout()

        Gets or sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds).

      • setTimeout

        void setTimeout(int value)

        Gets or sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds).

      • getCredentials

        com.aspose.ms.System.Net.ICredentials getCredentials()

        Gets or sets the credentials.

      • setCredentials

        void setCredentials(com.aspose.ms.System.Net.ICredentials value)

        Gets or sets the credentials.