Classe MsgAttachmentDataclass MsgAttachmentData
RiepilogoSummary
MembriMembers | DescrizioniDescriptions |
---|---|
public const std:: Vector <uint8_t>& GetBytes ()public const std::vector<uint8_t>& GetBytes() | Ottenere un allegato come vettore di byte binario.Get attachment as a binary byte vector. |
public std:: shared_ptr <Stream> GetStream () constpublic std::shared_ptr<Stream> GetStream() const | Ottenere un allegato come flusso binario.Get attachment as a binary stream. |
public const std::string& GetName() constpublic const std::string& GetName() const | Ottenere il nome dell'allegato sotto forma di stringa.Get attachment name as a string. |
public const std:: String& getlongname () constpublic const std::string& GetLongName() const | Ottenere il nome lungo dell'allegato sotto forma di stringa.Get attachment long name as a string. |
public const std::string& GetPath() constpublic const std::string& GetPath() const | Ottenere il nome del percorso dell'allegato sotto forma di stringa.Get attachment path name as a string. Se il percorso non è vuoto, fare riferimento all'allegato.if path not empty then reference attachment. |
public const std:: String& GetLongPath () constpublic const std::string& GetLongPath() const | Ottiene il nome del percorso lungo dell'allegato sotto forma di stringa.Get attachment long path name as a string. Se il percorso non è vuoto, fare riferimento all'allegato.if path not empty then reference attachment. |
MembriMembers
Funzione GetBytesGetBytes function
Ottenere un allegato come vettore di byte binario.Get attachment as a binary byte vector.
Funzione GetStreamGetStream function
Ottenere un allegato come flusso binario.Get attachment as a binary stream.
GetName (funzione)GetName function
Ottenere il nome dell'allegato sotto forma di stringa.Get attachment name as a string.
Getlongname (funzione)GetLongName function
Ottenere il nome lungo dell'allegato sotto forma di stringa.Get attachment long name as a string.
GetPath (funzione)GetPath function
Ottenere il nome del percorso dell'allegato sotto forma di stringa.Get attachment path name as a string. Se il percorso non è vuoto, fare riferimento all'allegato.if path not empty then reference attachment.
GetLongPath (funzione)GetLongPath function
Ottiene il nome del percorso lungo dell'allegato sotto forma di stringa.Get attachment long path name as a string. Se il percorso non è vuoto, fare riferimento all'allegato.if path not empty then reference attachment.