The ISmsMessage::GetTargetEndpoint method, in Configuration Manager, gets the target endpoint of the message.
[IDL] HRESULT GetTargetEndpoint( LPWSTR* pszDest ); |
Parameters
- pszDest
- Data type: LPWSTRQualifiers: [out]Pointer to the target endpoint. The caller must free the memory using CoTaskMemFree.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following:
- S_OK
- The method succeeded.
See Also
Send comments about this topic to Microsoft.