The ISmsMessageAttachment::GetLength method, in Configuration Manager, gets the length of the message attachment.

[IDL]
HRESULT GetLength(
	ULONG* pulLen
); 

Parameters

pulLen


Data type: ULONGQualifiers: [out]Pointer to the length of the attachment, in bytes.

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.