SpoolIM method

Spools an instant message to be sent by the eRoom notifier. If a message can't be sent, an email is sent instead, using the fallback parameters.

Syntax


C++
HRESULT SpoolIM(
   IERUMember* pMember,
   BSTR Message,
   BSTR FallbackTo,
   BSTR FallbackSubject,
   BSTR FallbackBody)
Scripting languages
object.SpoolIM
   Member as IERUMember,
   Message as String,
   FallbackTo as String,
   FallbackSubject as String,
   FallbackBody as String

Parameters


pMember

The instant message member to whom you want to send a message.

Message

The text for the instant message you want to send.

FallbackTo

The email address to use for the fallback email message if an instant message cannot be sent.

FallbackSubject

The subject line to use for the fallback email message.

FallbackBody

The body text to use for the fallback email message.

Return value


C++

The return code.

Scripting languages

None.

 

Home

Applies to

IERUInstantMessageManager