Hi,
Is there another way of using a model (.oft) to
check programmatically "Resize large images when I send this message" when have Image Attachments with an Email ?
I'm not sure what you're asking for. In the ItemSend event you can loop through the Attachments collection of the item and check each attachment's Size property. If you want to check only certain types of attachments, then look for the item's file extension in the FileName property.
Probably you can read the resolution from the file description. See if you can find something in the Win32 API. For the other issue I'd try it with Google, for instance: "vba resize image"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.