Verify the specified email address.
Syntax
object.VerifyAddress( Address,
VerifiedAddress )
Parameters
- Address
- A string argument which specifies the address to verify.
- VerifiedAddress
- A string argument which will contain the verified address when
the method returns. This parameter must be passed by reference.
Return Value
If the method succeeds, it will return a value of true. If
it was unable to verify 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 VerifyAddress method requests that the server verify
the specified email address. Typically this is used to verify that a
recipient address is valid, and return a fully qualified email
address for that recipient. A server may not support this command, or
may restrict its usage. An application should not depend on the
ability to verify addresses.
See Also
ExpandAddress Method
|