Permission

Permission granted to a user, group, or resource to access a certain aspect of another user, group, or resource mailbox.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the user, group, or resource to which the permissions are granted.

Link copied to clipboard

The type of user, group, or resource referred to in GranteeId.

Link copied to clipboard

The permissions granted to the grantee. SEND_AS allows the grantee to send email as the owner of the mailbox (the grantee is not mentioned on these emails). SEND_ON_BEHALF allows the grantee to send email on behalf of the owner of the mailbox (the grantee is not mentioned as the physical sender of these emails). FULL_ACCESS allows the grantee full access to the mailbox, irrespective of other folder-level permissions set on the mailbox.

Functions

Link copied to clipboard
inline fun copy(block: Permission.Builder.() -> Unit = {}): Permission
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String