_Application.AddAddress(Array, Array) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Adiciona uma entrada ao catálogo de endereços.
public:
void AddAddress(Array ^ % TagID, Array ^ % Value);
public void AddAddress (ref Array TagID, ref Array Value);
abstract member AddAddress : Array * Array -> unit
Public Sub AddAddress (ByRef TagID As Array, ByRef Value As Array)
Parâmetros
- TagID
- Array
Matrizde cadeia de caracteres necessária. Os valores de identificação de marcação para a nova entrada de endereço. Cada elemento da matriz pode conter uma das cadeias de caracteres listadas na tabela seguinte. Somente o nome para exibição é necessário; as entradas restantes são opcionais. Marca IDDescriptionPR_DISPLAY_NAMEName exibidas na boxPR_DISPLAY_NAME_PREFIXTitle de diálogo do catálogo de endereços (por exemplo, "MS". ou "Dr".) PR_GIVEN_NAMEFirst namePR_SURNAMELast namePR_STREET_ADDRESSStreet addressPR_LOCALITYCity ou localityPR_STATE_OR_PROVINCEState ou provincePR_POSTAL_CODEPostal codePR_COUNTRYCountry/RegionPR_TITLEJob titlePR_COMPANY_NAMECompany númerodoedifício namePR_DEPARTMENT_NAMEDepartment nome dentro do companyPR_OFFICE_LOCATIONOffice locationPR_PRIMARY_TELEPHONE_NUMBERPrimary telefone numberPR_PRIMARY_FAX_NUMBERPrimary fax numberPR_OFFICE_TELEPHONE_NUMBEROffice telefone numberPR_OFFICE2_TELEPHONE_NUMBERSecond telefone numberPR_HOME_TELEPHONE_NUMBERHome telefone numberPR_CELLULAR_TELEPHONE_NUMBERCellular telefone numberPR_BEEPER_TELEPHONE_NUMBERBeeper telefone numberPR_COMMENTText telefone entryPR_EMAIL_ADDRESSElectronic telefone addressPR_ADDRTYPEElectronic telefone typePR_OTHER_TELEPHONE_NUMBERAlternate telefone PR_BUSINESS_FAX_NUMBERBusiness telefone numberPR_HOME_FAX_NUMBERHome telefone numberPR_RADIO_TELEPHONE_NUMBERRadio de email numberPR_INITIALSInitialsPR_LOCATIONLocation de email, no formato de de fax fax (por exemplo , 7/3007 representa a sala 3007 no prédio 7) PR_CAR_TELEPHONE_NUMBERCar número de telefone
- Value
- Array
Matrizde cadeia de caracteres necessária. Os valores para a nova entrada de endereço. Cada elemento corresponde a um elemento na TagID matriz.
Comentários
Cada entrada tem valores para uma ou mais IDs de marca.