I would like to send an email with a hyperlink to an Outlook folder.
This is part of the code I have so far.
.Subject = "Inventory Adjustment Approval" 'Forms!frmMail!Subject
strBody = "<Outlook://Public%20Folders/All%20Public%20Folders/Production/z%20InventoryAdjustmentsApproval%20(under%
20construction)>"
.Body = strBody
.Importance = olImportanceHigh 'High importance
This does produce the text in the email, but it is not a hyperlink. I do have some sample code to create a hyperlink from a file, that works, but something seems to be different for an outlook folder.
Does anyone know how to make it work?
Thanks,
Pat
This is part of the code I have so far.
.Subject = "Inventory Adjustment Approval" 'Forms!frmMail!Subject
strBody = "<Outlook://Public%20Folders/All%20Public%20Folders/Production/z%20InventoryAdjustmentsApproval%20(under%
20construction)>"
.Body = strBody
.Importance = olImportanceHigh 'High importance
This does produce the text in the email, but it is not a hyperlink. I do have some sample code to create a hyperlink from a file, that works, but something seems to be different for an outlook folder.
Does anyone know how to make it work?
Thanks,
Pat