Searched refs:itAttachment (Results 1 – 1 of 1) sorted by relevance
1148 MmsAttachment itAttachment; in SetAttachmentToCore() local1150 itAttachment.SetAttachmentFilePath(it->path, it->isSmil); in SetAttachmentToCore()1152 itAttachment.SetIsSmilFile(it->isSmil); in SetAttachmentToCore()1154 itAttachment.SetFileName(it->fileName); in SetAttachmentToCore()1157 itAttachment.SetContentId(it->contentId); in SetAttachmentToCore()1160 itAttachment.SetContentLocation(it->contentLocation); in SetAttachmentToCore()1163 itAttachment.SetContentDisposition(it->contentDisposition); in SetAttachmentToCore()1169 itAttachment.SetContentType(it->contentType); in SetAttachmentToCore()1172 itAttachment.SetCharSet(it->charset); in SetAttachmentToCore()1175 itAttachment.SetDataBuffer(std::move(it->inBuff), it->inBuffLen); in SetAttachmentToCore()[all …]