+1 vote

Hi,

We are using Mail.dll in our application. Now we have requirement to convert our application to x64-bit. Please help us or let us know, whether Mail.dll is available in x64-bit version assembly.

by

1 Answer

0 votes

Mail.dll is compiled with AnyCpu option on.

This means that it runs in native mode on both 32 bit and 64 bit systems.

There is no need for specific 32 or 64 bit versions.

by (297k points)
...