General
mapi_attachment és una classe en Aspose.Email per a CPP.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|
filename | std::string | Llegir/Escriure | Emmagatzemar el nom del fitxer de l’encàrrec |
data | std::vector<std::uint8_t> | Llegir/Escriure | Recolza el contingut d’actes brut de l’anunci adjunte. |
mime_type | std::string | Llegir/Escriure | |
content_id | std::string | Llegir/Escriure | Conté l’identificador de contingut del document adjunt. |
embedded_message | std::shared_ptr<mapi_message> | Llegir/Escriure | Proporciona accés al missatge mapi_embedded, si n’hi ha algun. |
properties | mapi_property_collection | Llegir/Escriure | |
Mètodes
| Signatura | Descripció |
|---|
from_bytes(filename: std::string, data: std::vector<std::uint8_t>, mime_type: std::string, content_id: std::string) → mapi_attachment | |
from_stream(filename: std::string, stream: std::istream, mime_type: std::string, content_id: std::string) → mapi_attachment | |
load_data(stream: std::istream) | Llegeix dades d’apadhament del flux de entrada donat a l’objecte. |
is_embedded_message() → bool | |