< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
This is the only way to access the raw buffer, but you need to realize that once a header is parsed, the underlying buffer is no longer valid (the _real_ value of the header is now encapsulated in the members of whatever subclass of LazyParser you're working with). If all you want is a string representation of the header field value, you have to use operator<<, or Data::from(), like so: Data toHfv = Data::from(msg.header(h_To)); Best regards, Byron Campen
|
Attachment:
smime.p7s
Description: S/MIME cryptographic signature