EmailMessage.ConversationIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the conversation index of the e-mail message.
public:
property cli::array <System::Byte> ^ ConversationIndex { cli::array <System::Byte> ^ get(); };
public byte[] ConversationIndex { get; }
Public ReadOnly Property ConversationIndex As Byte()
Property Value
Byte[]
The conversation index.
Remarks
Although the ConversationIndex property is read-only, you can set the ConversationIndex by using extended properties. See Tracking ConversationsConversationIndex property.