AddressEntry Interface

Definition

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

public interface class AddressEntry
[System.Runtime.InteropServices.Guid("0006304B-0000-0000-C000-000000000046")]
public interface AddressEntry
Public Interface AddressEntry
Attributes

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.

Properties

Address

Returns or sets a String (string in C#) representing the e-mail address of the AddressEntry. Read/write.

AddressEntryUserType

Returns a constant from the OlAddressEntryUserType enumeration representing the user type of the AddressEntry. Read-only.

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

DisplayType

Returns a constant belonging to the OlDisplayType enumeration that describes the nature of the AddressEntry. Read-only.

ID

Returns a String (string in C#) representing the unique identifier for the object. Read-only.

Manager

This object, member, or enumeration is deprecated and is not intended to be used in your code.

MAPIOBJECT

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Members

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Name

Returns or sets a String value (string in C#) the display name for the object. Read/write.

Parent

Returns the parent Object of the specified object. Read-only.

PropertyAccessor

Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent AddressEntry object. Read-only.

Session

Returns the NameSpace object for the current session. Read-only.

Type

Returns or sets a String (string in C#) representing the type of entry for this address such as an Internet Address, MacMail Address, or Microsoft Mail Address. Read/write.

Methods

Delete()

Deletes an object from the collection.

Details(Object)

Displays a modeless dialog box that provides detailed information about an AddressEntry object.

GetContact()

Returns a ContactItem object that represents the AddressEntry, if the AddressEntry corresponds to a contact in an Outlook Contacts Address Book (CAB).

GetExchangeDistributionList()

Returns an ExchangeDistributionList object that represents the AddressEntry if the AddressEntry belongs to an Exchange AddressList object such as the Global Address List (GAL) and corresponds to an Exchange distribution list.

GetExchangeUser()

Returns an ExchangeUser object that represents the AddressEntry if the AddressEntry belongs to an Exchange AddressList object such as the Global Address List (GAL) and corresponds to an Exchange user.

GetFreeBusy(DateTime, Int32, Object)

Returns a String (string in C#) value that represents the availability of the individual user for a period of 30 days from the start date, beginning at midnight of the date specified.

Update(Object, Object)

Posts a change to the AddressEntry object in the messaging system.

UpdateFreeBusy()

This object, member, or enumeration is deprecated and is not intended to be used in your code.

Applies to