PostItemType.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.
The ConversationIndex property gets or sets the identifier for the thread to which this message belongs.
public:
property cli::array <System::Byte> ^ ConversationIndex { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] ConversationIndex { get; set; }
Public Property ConversationIndex As Byte()
Property Value
Byte[]
The ConversationIndex property returns a byte array that contains the binary identifier for the thread to which this message belongs.