Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.07 KB

Outlook.ExchangeUser.PrimarySmtpAddress.md

File metadata and controls

42 lines (23 loc) · 1.07 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ExchangeUser.PrimarySmtpAddress property (Outlook)
vbaol11.chm2098
vbaol11.chm2098
Outlook.ExchangeUser.PrimarySmtpAddress
2dda21da-44a2-fbfe-babc-58646c76689d
06/08/2017
medium

ExchangeUser.PrimarySmtpAddress property (Outlook)

Returns a String representing the primary Simple Mail Transfer Protocol (SMTP) address for the ExchangeUser. Read-only.

Syntax

expression. PrimarySmtpAddress

expression A variable that represents an ExchangeUser object.

Remarks

This property corresponds to the MAPI property, PidTagEmailAddress.

Returns an empty string if this property has not been implemented or does not exist for the ExchangeUser object.

See also

ExchangeUser Object

How to: Obtain the Email Address of a Recipient

[!includeSupport and feedback]