I cannot get the Rebex libraries to load in PowerShell.
Exception calling "Load" with "1" argument(s): "Could not load file or assembly 'Rebex.Mail' or one of its dependencies. The system cannot find the file specified."
At line:1 char:28
+ [Reflection.Assembly]::Load <<<< ("Rebex.Mail")
+ CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : DotNetMethodException
and
using the path with [Reflection.Assembly]::LoadFrom() gives the same error.
Thanks!