How to get a conversation(id) from a MapiMessage?

Hi,

I was wondering why there isnt a conversationId or similar in the MapiMessage Members.
Or do you get it from the properties member in MapiMessage ?


Thanks,
Jitte Dooper
								</div>
								</div>

Hi Jitte,


Thank you for considering Aspose.

Please check the following line of code to get the conversationId from MapiMessage.

C#

MapiProperty prop = message.Properties[MapiPropertyTag.PR_CONVERSATION_INDEX];