You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetMailItems method does unconditional cast to Outlook.MailItem for every element in the Outlook.Folder Items array. This causes exception when this element is not really a mail item.
GetMailItems method does unconditional cast to Outlook.MailItem for every element in the Outlook.Folder Items array. This causes exception when this element is not really a mail item.