ChatMessageAttachment.GroupId 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 or sets the identifier for the attachment group to which this attachment belongs.
public:
property unsigned int GroupId { unsigned int get(); void set(unsigned int value); };
uint32_t GroupId();
void GroupId(uint32_t value);
public uint GroupId { get; set; }
var uInt32 = chatMessageAttachment.groupId;
chatMessageAttachment.groupId = uInt32;
Public Property GroupId As UInteger
Property Value
The group ID of the attachment.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|
Remarks
Attachment groups contain one or more attachments. All attachments belonging to a message are part of the same group. The GroupId identifies the attachments associated with a particular message.