Member Junction
    Preparing search index...

    What IGraphAdminLike.CreateMailbox resolves to — the created mailbox address + directory id.

    interface GraphCreateMailboxResult {
        ObjectId: string;
        UserPrincipalName: string;
    }
    Index

    Properties

    ObjectId: string

    The Graph directory object id of the created user.

    UserPrincipalName: string

    The provisioned mailbox address (the identity value).