I have a custom form in Outlook that I need to pass a parameter to and also open from a link given in a plain-text email. What happens is the user gets this plain-text email, clicks on the link, and ...
Sub EmailButton_Click() Dim bStarted As Boolean Dim oOutlookApp As Object Dim oItem As Object On Error Resume Next Set oOutlookApp = GetObject(, "Outlook.Application ...