Searched refs:fTextBody (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/mail/
H A DMailMessage.cpp58 fTextBody(NULL)
77 fTextBody(NULL)
189 if (fTextBody != NULL)
190 header << fTextBody->Text() << '\n';
205 if (component == fTextBody || component == NULL)
586 if (fTextBody == NULL) {
587 fTextBody = new BTextMailComponent;
588 AddComponent(fTextBody);
591 fTextBody->SetText(text);
598 if (fTextBody
[all...]
/haiku/headers/os/mail/
H A DMailMessage.h137 BTextMailComponent* fTextBody; member in class:BEmailMessage

Completed in 43 milliseconds