ISmsMessaging::CreateMessage Method

System Center

Updated: October 28, 2009

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The ISmsMesssaging::CreateMessage method, in Configuration Manager, creates a new message object implementing ISmsMessage Interface.


[IDL]
HRESULT CreateMessage(
      ISmsMessage** ppMessage
);

Parameters

ppMessage
Data type: ISmsMessage

Qualifiers: [out]

Pointer to the newly created message object.

An HRESULT code. Possible values include, but are not limited to, the following:

S_OK
The method succeeded.

After creating a message object by using this method, your application can set the appropriate properties on it using the ISmsMessage Interface interface. The message can then be sent using either ISmsMessaging::Invoke Method or ISmsMessaging::Post Method.

Show: