Expand the specified email address.
Syntax
object.ExpandAddress( Address,
ExpandedAddress )
Parameters
- Address
- A string argument which specifies the address to expand.
- ExpandedAddress
- A string argument which will contain the list of expanded
addresses when the method returns.
Return Value
If the method succeeds, it will return a value of true. If
it was unable to expand the address, then the return value will be
False. If the method fails, the ResultString property may
provide additional information as to why the failure occurred.
Remarks
The ExpandAddress method requests that the server expand
the specified email address. Typically this is used to expand
aliases which refer to a mailing list, returning all of the members
of that list. A server may not support this command, or may restrict
its usage. An application should not depend on the ability to expand
addresses.
See Also
VerifyAddress Method
|