msg_writer

개요

msg_writer CPP를 위한 Aspose.Email의 클래스입니다.

방법들

Signature설명
to_bytes(document: msg_document)std::vector<std::uint8_t>msg_document을 MSG 파일을 나타내는 바이트 벡터로 변환합니다.
write_file(document: msg_document, path: std::filesystem::path)MSG 파일로 지정된 파일 시스템 경로에 msg_document을 작성합니다.
write_stream(document: msg_document, stream: std::ostream)MSG 형식으로 주어진 출력 스트림에 msg_document을 작성합니다.
 한국어