vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface EmailServicesAddress

    interface EmailServicesAddress {
        authorizedSenders?: string;
        developerName: string;
        isActive?: boolean;
        localPart: string;
        runAsUser: string;
    }
    Index

    Properties

    authorizedSenders?: string
    developerName: string
    isActive?: boolean
    localPart: string
    runAsUser: string