| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
HANDLE handles[MAXIMUM_WAIT_OBJECTS];```suggestion
std::array<HANDLE, MAXIMUM_WAIT_OBJECTS> handles;
```
And you should't need the span below.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |