no, it is not supported. Blazor WASM run in a sandbox, and com+ is not supported. actually the sandbox allows no network, file, dom or O/S access.
if using office 365, you can use the the graphapi to list the inbox entries and build the drag and drop feature. as Blazor WASM can not access the file system, not sure what you wanted to do with the attachments.