ISmsMessage::SetTargetEndpoint Method

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 ISmsMessage::SetTargetEndpoint method, in Configuration Manager, sets the target endpoint of the message.

[IDL]
HRESULT SetTargetEndpoint( 
      LPCWSTR szTargetEndpoint
);

Parameters

  • szTargetEndpoint
    Data type: LPCWSTR

    Qualifiers: [in]

    Null-terminated string specifying the target endpoint.

Return Values

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

  • S_OK
    The method succeeded.

See Also

Concepts

ISmsMessage Interface