Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 2.14 KB

Outlook.AddressEntry.md

File metadata and controls

76 lines (49 loc) · 2.14 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AddressEntry object (Outlook)
vbaol11.chm2037
vbaol11.chm2037
Outlook.AddressEntry
d4a0a85e-8bab-bc56-57bc-d70c3c570c8e
06/08/2017
medium

AddressEntry object (Outlook)

Represents a person, group, or public folder to which the messaging system can deliver messages.

Remarks

The AddressEntry object is an address in an AddressEntries object. Each AddressEntry object in the AddressEntries object holds information that represents a person, group, or public folder to which the messaging system can deliver messages.

Use AddressEntries (index), where index is the index number of an address entry or a value used to match the default property of an address entry, to return a single AddressEntry object.

Example

The following example sets a reference to an AddressEntry object.

Set myAddressEntry = myRecipient.AddressEntry 
 

Methods

Name
Delete
Details
GetContact
GetExchangeDistributionList
GetExchangeUser
GetFreeBusy
Update

Properties

Name
Address
AddressEntryUserType
Application
Class
DisplayType
ID
Name
Parent
PropertyAccessor
Session
Type

See also

Outlook Object Model Reference AddressEntry Object Members

[!includeSupport and feedback]