Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
This property specifies the recipient where mail is forwarded.
[Visual Basic,VBScript] Public Property ForwardTo as String [C++] HRESULT get_ForwardTo(BSTR* pVal); HRESULT put_ForwardTo(BSTR Val); [IDL] HRESULT [propget] ForwardTo([out,retval] BSTR* pVal); HRESULT [propput] ForwardTo([in] BSTR Val);
This property is a URL to the mailbox recipient or mail-enabled recipient (such as a contact/distribution list/public folder object) to whom mail is forwarded. The default value for this property is NULL.
Whether mail is always forwarded to an alternative address or forwarded only when it cannot be delivered to the recipient depends upon the value of the ForwardingStyle property.
This property accepts both email addresses and the Microsoft® Windows® Active Directory™ paths, yet in either case the addresses are converted to AD paths. See Email Addresses Stored as Active Directory Paths for more information.