| ||||
SetInboxInfo
method
Specifies the mail information to be used by the Inbox Mail Retriever when retrieving mail for this inbox, and by users when sending mail to this inbox. This information must be different from the facility-wide inbox information and different from the inbox information used by any other inboxes in this facility, otherwise EROOM_E_INVALIDARG will be returned. **This method is obsolete for the IERUFacility interface for V. 7.2.** The POPServer, POPAccount, and POPPassword parameters are also obsolete on the IERUInboxPage interface. The method is retained for backward compatibility, but you can set the InboxAddress parameter more directly by means of the InboxAddress property. Syntax
ParametersPOPServerThe name of the POP server. In version 7.2, this parameter is obsolete and will be ignored. POPAccountThe account on the POP server. In version 7.2, this parameter is obsolete and will be ignored. POPPasswordThe password of the account specified above. In version 7.2, this parameter is obsolete and will be ignored. InboxAddressThe email address to send the mail to. Return value
|
Home |