K
Ken Shaffer
I can successfully specify a URL to a folder in outlook,
but I keep getting errors when trying to point to a
specific message.
The documentation I see says to place a ~ followed by the
subject as the last portion of the URL. It turns out that
the subject contains dates.
This works:
<p class=MsoNormal>
<a href="outlook:\\Public Folders\All Public Folders\A
Folder\">
A folder
</a></p>
But this doesn't:
<p class=MsoNormal>
<a href="outlook:\\Public Folders\All Public Folders\A
Folder\~Subject Line with a date 07%2007%03">
A specific message
</a></p>
but I keep getting errors when trying to point to a
specific message.
The documentation I see says to place a ~ followed by the
subject as the last portion of the URL. It turns out that
the subject contains dates.
This works:
<p class=MsoNormal>
<a href="outlook:\\Public Folders\All Public Folders\A
Folder\">
A folder
</a></p>
But this doesn't:
<p class=MsoNormal>
<a href="outlook:\\Public Folders\All Public Folders\A
Folder\~Subject Line with a date 07%2007%03">
A specific message
</a></p>