AddressEntry Interface
Represents a person, group, or public folder to which the messaging system can deliver messages.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<TypeLibTypeAttribute()> _
<GuidAttribute("0006304B-0000-0000-C000-000000000046")> _
Public Interface AddressEntry
'Usage
Dim instance As AddressEntry
[TypeLibTypeAttribute()]
[GuidAttribute("0006304B-0000-0000-C000-000000000046")]
public interface AddressEntry
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.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Get Information About Multiple Accounts
How to: Enumerate the Entries in the Global Address List
How to: Display a Shared Calendar of a Recipient
How to: Get Information About the Current User
How to: Get Members of an Exchange Distribution List
How to: Create a Mail Item, Attach a Report, and Send the Mail Item to the User's Manager
How to: Get the Organizer of a Meeting
How to: Display the Select Names Dialog Box to Resolve Recipients