Sending Email Attachment Over WCF
I have written WCF service for Blackberry client, in it i have one API which returns email attachment as
byte[] array. As an attachment can be big in size 2MB to 3MB, I want to return byte[] array in a chunk.
Any help in this regard is grateful.Thanks in Advance.