First of all, on SSD there is no way you can tell which sectors you will be writing to when you are writing because they all map data according to wear and current condition. Some even do compression (i.e. SandForce controller based) so your data will not be written as is (to save time), so there may be hard to compress data left in the block/sector.
Others may not be overwritten if they are already at the end of life (worn out) and are mapped out of active use. Since every company implement this differently. The ONLY true way to wipe an SSD is to use a manufacturer provided software (like the Samsung Secure Erase), that use their own internal mechanism to wipe it.
This bring up a good point also on mechanical hard drive. If some of the sectors in a mechanical hard drive is "reassigned" or "reallocated", their data will stay in the drive and no LBA based writing will touch it. If you have important data on it and your enemy want to extract it, and have access to the manufacturer's development / diagnostic tool, they could extract these small section of data out. So in theory if you have an unencrypted email that lands on a reallocated sector, they may never be erased and can be extracted.