0

I am developing the library that implements mms protocol fully. In Message Types, we know that all messages must be started with ChunckId( i.e. LinkMacToViewerPing ) . Could any one please tell me what is ChunckId and how can i fill it ?

Thanks in advance :)

Hossein Mobasher
  • 4,382
  • 5
  • 46
  • 73

1 Answers1

0

Your subject says chunkLen but in the message body you say chunckId. Which one are you asking about?

If it's chunkLen, then take a look at http://msdn.microsoft.com/en-us/library/cc234813.aspx for a description of what it is and how to set it.

Gary Chapman
  • 418
  • 9
  • 20