Function CSPMime::Get()
Description:
Retrieves by index a MIME part contained in the MIME object
 |
Prototype:
CSPMimePart& Get(unsigned long x) const;
Arguments:
- unsigned long x [IN]
The index of the MIME part to retrieve.
Return value:
Returns a reference to the selected MIME part.
Remarks:
The index is zero based.
You should use the member function GetCount() in order to determine the maximum index.
See also:
member function Add(), Clear(), GetCount()
|
|