1.Questions
how to matched image?
ex)
<body>
test
(inline image)<-<image src="cid:~~~~~~"/> <- How to position an image?
on the test
(inline image)<-<image src="cid:~~~~~~"/> <- How to position an image?
end
<\body>
2.Questions
I made a URL.
changed body.
ex)
<body>
test
<img src="https://exchnage_server/owa/service.svc/s/GetFileAttachment?id=Attachment_ID1"/.....>
on the test
<img src="https://exchnage_server/owa/service.svc/s/GetFileAttachment?id=Attachment_ID2"/.....>
end
<\body>
But does not work.
I'm using asp.net.
I need help.