Re: Link to local htmfile
I couldn't reproduce that behavior with file:///c:/...htm
it worked perfectly well on NT 4, SP5 and IE5.
Re: Link to local htmfile
I may have been somewhat unclear:
Using MAPI, this is my code:
mapMess.Compose
mapMess.RecipDisplayName = "[email protected]"
mapMess.RecipAddress = "[email protected]"
mapMess.AddressResolveUI = true
mapMess.ResolveName
mapMess.MsgSubject = "Jelstin for president"
mapMess.MsgNoteText = "File://C:\Whatever.htm"
mapMess.Send true
The mail is OK, except of that the link starts the download-dialog. If I change it to "http" it goes looking on the net.
And why is it that on some mailservers closing the mail without sending it, generates an error (32001) giving me a chance to determine whether the mail actually was sent or not. On other servers it just continues without error?
TIA
//Patrik