com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeFolderUserInfo



  • public final class ExchangeFolderUserInfo
    extends Object

    Represents a user who has folder access permissions

    • Constructor Detail

      • ExchangeFolderUserInfo

        public ExchangeFolderUserInfo()

        Initializes a new instance of the ExchangeFolderUserInfo class

    • Method Detail

      • getSid

        public final String getSid()

        Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.

      • setSid

        public final void setSid(String value)

        Gets or sets the security descriptor definition language (SSDL) form of the security identifier (SID) for a user.

      • getPrimarySmtpAddress

        public final String getPrimarySmtpAddress()

        Gets or sets the primary SMTP address of an account.

      • setPrimarySmtpAddress

        public final void setPrimarySmtpAddress(String value)

        Gets or sets the primary SMTP address of an account.

      • getUserAccountType

        public final int getUserAccountType()

        Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access.

      • setUserAccountType

        public final void setUserAccountType(int value)

        Gets or sets a value that identifies the Anonymous and Default user accounts for delegate access.

      • getDisplayName

        public final String getDisplayName()

        Gets or sets the user name for display.

      • setDisplayName

        public final void setDisplayName(String value)

        Gets or sets the user name for display.