The ISmsMessageAttachment::GetName method, in Configuration Manager, gets the name of the message attachment.
[IDL] HRESULT GetName( LPWSTR* pszName ); |
Parameters
- pszName
- Data type: LPWSTRQualifiers: [out]Pointer to a null-terminated string specifying the name of the attachment. 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.
Remarks
See Also
Send comments about this topic to Microsoft.