Directory Services

IADsPostalAddress

The IADsPostalAddress interface provides methods for an ADSI client to access the Postal Address attribute in Novell NetWare Directory Services (NDS).

You can call the property methods of this interface to obtain and modify the NDS attribute.

Methods in Vtable Order

The IADsPostalAddress interface inherits the methods of the standard COM interfaces:

In addition, IADsPostalAddress defines the following methods.

Method Description
get_PostalAddress Retrieves the postal address.
put_PostalAddress Modifies the postal address.

Properties

The IADsPostalAddress interface defines the following property. The preceding table includes access methods for this property.

Property Description
PostalAddress Retrieves and modifies the postal address.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.

See Also

IADsPostalAddress Property Methods