Share via


ISmsMessageAttachment::GetLength 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 ISmsMessageAttachment::GetLength method, in Configuration Manager, gets the length of the message attachment.

[IDL]
HRESULT GetLength(
      ULONG* pulLen
); 

Parameters

  • pulLen
    Data type: ULONG

    Qualifiers: [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

Concepts

ISmsMessageAttachment Interface