johnisotank
Technical User
Hi,
could someone tell me how to get the count of attachments on the 'CURRENTLY SELECTED' Email. i.e regardless of what folder I am in it will use the email which has been selected (not any that are open in separate windows)
I have tried:
but it always shows as 0
Thanks
John
could someone tell me how to get the count of attachments on the 'CURRENTLY SELECTED' Email. i.e regardless of what folder I am in it will use the email which has been selected (not any that are open in separate windows)
I have tried:
Code:
Application.ActiveInspector.CurrentItem.Attachments.Count
but it always shows as 0
Thanks
John