Hi,
I'm using Contact.GetPicture to get Outlook contact's picture. a null value is returned if there is no contact picture.
The issue is that Null value causes a 'NullReferenceException' error when creating a BitmapEx object with Contact.GetPicture null value result .
I cannot find a way to identify a Contact.GetPicture null value to prevent the error.
I'll appreciate your advice.
Thanks,
David.
I'm using Contact.GetPicture to get Outlook contact's picture. a null value is returned if there is no contact picture.
The issue is that Null value causes a 'NullReferenceException' error when creating a BitmapEx object with Contact.GetPicture null value result .
I cannot find a way to identify a Contact.GetPicture null value to prevent the error.
I'll appreciate your advice.
Thanks,
David.