Member Junction
    Preparing search index...
    interface SharedByInfo {
        Email: string;
        Level: "Owner" | "Edit" | "View";
        Name: string;
        UserID: string;
    }
    Index

    Properties

    Properties

    Email: string
    Level: "Owner" | "Edit" | "View"

    Level the current user was granted on this conversation.

    Name: string
    UserID: string

    Grantor user ID. Null when the share predates the SharedByUserID column.