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


C++
HRESULT SetInboxInfo(
   BSTR POPServer,
   BSTR POPAccount,
   BSTR POPPassword,
   BSTR InboxAddress)
Scripting languages
Object.SetInboxInfo
   POPServer as string,
   POPAccount as string,
   POPPassword as string,
   InboxAddress as string

Parameters


POPServer

The name of the POP server.

In version 7.2, this parameter is obsolete and will be ignored.

POPAccount

The account on the POP server.

In version 7.2, this parameter is obsolete and will be ignored.

POPPassword

The password of the account specified above.

In version 7.2, this parameter is obsolete and will be ignored.

InboxAddress

The email address to send the mail to.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUInboxPage