This is beyond me or I may just be brain dead. But I have the following code that gets for me the email signature associated with the email account:
'get Email Sig
Set objOutlookApp = CreateObject("Outlook.Application")
With objOutlookApp.CreateItem(0)
With .GetInspector: End With...