Hi,
I am not sure MailMessage.Load() method is your custom method? (or 3rd-party class library), .NET Framework does not include this method (http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.aspx).
If so, does it include other overload methods (with other type parameters). As you want to use Blob Storage, you have to change your code with Blob style API, you cannot simply use traditional IO API because they are not the same architecture.
The workaround i can figure out is that if you have a MainMessage.load(Stream stream) override method, you can download the blob from Blob API and convert files as the stream parameter of Load method.
Hope this helps.
Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact
msdnmg@microsoft.com
Microsoft One Code Framework