Loading...
Searching...
No Matches
Classes | Enumerations
MailComponent.h File Reference

Provides the BMailComponent and BTextMailComponent classes. More...

Classes

class  BMailComponent
 The base class for most of the Mail Kit. More...
 
class  BTextMailComponent
 A component that stores plain text. More...
 

Enumerations

enum  component_type {
  B_MAIL_PLAIN_TEXT_BODY = 0 ,
  B_MAIL_SIMPLE_ATTACHMENT ,
  B_MAIL_ATTRIBUTED_ATTACHMENT ,
  B_MAIL_MULTIPART_CONTAINER
}
 

Detailed Description

Provides the BMailComponent and BTextMailComponent classes.

Enumeration Type Documentation

◆ component_type

Enumerator
B_MAIL_PLAIN_TEXT_BODY 

The plain text body of a message.

Since
Haiku R1
B_MAIL_SIMPLE_ATTACHMENT 

Any other kind of multipart component.

Since
Haiku R1
B_MAIL_ATTRIBUTED_ATTACHMENT 

An attachment that contains BeOS attributes.

Since
Haiku R1
B_MAIL_MULTIPART_CONTAINER 

A multipart container attachment.

Since
Haiku R1