GetComponent
virtual BMailComponent *GetComponent(int32 index, bool parse_now = false) = 0;
virtual BMailComponent *GetComponent(int32 index, bool parse_now = false);
virtual BMailComponent* GetComponent(int32 index,
if ((component = container->GetComponent(i)) == NULL) {
BMIMEMultipartMailContainer *c = dynamic_cast<BMIMEMultipartMailContainer *>(container->GetComponent(i));
BMailComponent *component = mail->GetComponent(i);
BMailComponent *component = mail->GetComponent(i);
ComponentPntr = ContainerPntr->GetComponent (i);
fContainer->GetComponent(0))) == NULL)
fContainer->GetComponent(1))) == NULL
for (i = 0; GetComponent(i, true /* parse_now */) != NULL; i++) {}
BMailComponent* component = GetComponent(i);
return container->GetComponent(i, parseNow);
BMailComponent* component = container->GetComponent(i);
if ((component = container->GetComponent(i)) == NULL)
container->GetComponent(i));
body = _RetrieveTextBody(container->GetComponent(i));