Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
This property specifies whether mail is also delivered to an alternative mail address.
[Visual Basic,VBScript] Property ForwardingStyle as CDODeliverAndRedirect [C++] HRESULT get_ForwardingStyle (CDODeliverAndRedirect* pVal); HRESULT put_ForwardingStyle (CDODeliverAndRedirectVal); [IDL] HRESULT [propget] ForwardingStyle ([out,retval] CDODeliverAndRedirect* pVal); HRESULT [propput] ForwardingStyle ([in] CDODeliverAndRedirectVal);
The CDODeliverAndRedirect enumeration has the following values:
Name | Value | Description |
---|---|---|
cdoRecipientOrForward (default) | 0 | Deliver mail to alternate only when an alternate recipient is specified in the ForwardTo property. |
cdoDeliverToBoth | 1 | Deliver mail to both recipient and alternate. |