| Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Provides properties to support mail to and from contacts. See Managing Mail Recipients for overview information.
Properties
| Name | Type | Description |
|---|---|---|
| Alias | [Visual Basic,VBScript] String [C++,IDL] BSTR |
The email alias of the recipient. |
| ForwardingStyle | [Visual Basic,VBScript] CDODeliverAndRedirect [C++,IDL] CDODeliverAndRedirect |
Whether mail is also delivered to an alternative mail address. |
| ForwardTo | [Visual Basic,VBScript] String [C++,IDL] BSTR |
The mailbox recipient where mail is forwarded. |
| HideFromAddressBook | [Visual Basic,VBScript] Boolean [C++,IDL] VARIANT_BOOL |
Whether the address is not displayed in the address book. |
| IncomingLimit | [Visual Basic,VBScript] Long [C++,IDL] long |
The maximum size, in Kbytes, of a message sent to the recipient. |
| OutgoingLimit | [Visual Basic,VBScript] Long [C++,IDL] long |
The maximum size, in Kbytes, of a message sent from the recipient. |
| ProxyAddresses | [Visual Basic,VBScript] Variant [C++,IDL] VARIANT |
A list of proxy addresses for the recipient. |
| RestrictedAddresses | [Visual Basic,VBScript] CDORestrictedAddressType [C++,IDL] CDORestrictedAddressType * |
Defines the meaning of RestrictedAddressList. |
| RestrictedAddressList | [Visual Basic,VBScript] Variant [C++,IDL] VARIANT |
A list of addresses to accept or reject. |
| SMTPEmail | [Visual Basic,VBScript] String [C++,IDL] BSTR |
The SMTP address used for the recipient. |
| TargetAddress | [Visual Basic,VBScript] String [C++,IDL] BSTR |
The foreign mail system address to which the mail for this recipient should be sent. |
| X400Email | [Visual Basic,VBScript] String [C++,IDL] BSTR |
The X.400 address used for the recipient. |
Methods
| Name | Description |
|---|---|
| MailDisable | Disable mail to a custom recipient. |
| MailEnable | Enable mail to a custom recipient. |