Hello,
I'm writing a Transport Agent in C#, based on the SmtpReceiveAgentFactory
and SmtpReceiveAgent classes
How can I get the size of the attachments (if any) that are part of the
message that is being trapped by the agent ?
thanks
c
Glen Scales [MVP] - 22 Jul 2008 01:00 GMT
You need to look at the lenth of the attachement stream which basically
means getting the attachement Stream and just using the normal stream length
property.
Cheers
Glen
> Hello,
>
[quoted text clipped - 7 lines]
>
> c