com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeClientBase

    • Method Detail

      • getProxy

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

        Gets or sets the proxy.

        Specified by:
        getProxy in interface IExchangeClientBase
      • setProxy

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

        Gets or sets the proxy.

        Specified by:
        setProxy in interface IExchangeClientBase
      • getCredentials

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

        Gets or sets the credentials

        Value: ICredentials
        Specified by:
        getCredentials in interface IExchangeClientBase
      • setCredentials

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

        Gets or sets the credentials

        Value: ICredentials
        Specified by:
        setCredentials in interface IExchangeClientBase
      • getMailboxUri

        public String getMailboxUri()

        Gets or sets the mailbox uri

        Value: Uri of the mailbox
      • setMailboxUri

        public void setMailboxUri(String value)

        Gets or sets the mailbox uri

        Value: Uri of the mailbox
      • getTimeout

        public 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).

        Value: Timeout in milliseconds
        Specified by:
        getTimeout in interface IExchangeClientBase
      • setTimeout

        public 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).

        Value: Timeout in milliseconds
        Specified by:
        setTimeout in interface IExchangeClientBase
      • resetLogSettings

        public final void resetLogSettings()

        Resets logging settings to default.

      • getLogFileName

        public final String getLogFileName()

        Gets or sets log file name

      • setLogFileName

        public final void setLogFileName(String value)

        Gets or sets log file name

      • getUseDateInLogFileName

        public final boolean getUseDateInLogFileName()

        Gets or sets value which indicates if date has to be used in log file name.

      • setUseDateInLogFileName

        public final void setUseDateInLogFileName(boolean value)

        Gets or sets value which indicates if date has to be used in log file name.

      • dispose

        public void dispose()

        Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

        Specified by:
        dispose in interface com.aspose.ms.System.IDisposable
      • dispose

        protected void dispose(boolean disposing)

        Releases unmanaged and - optionally - managed resources

        Parameters:
        disposing - true to release both managed and unmanaged resources; false to release only unmanaged resources.