MessagePartFileDownloadLink Class
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.
A portion of a message which represents a downloadable file. This message part cannot be used for sending messages, it is only used for parsing inbound messages.
public ref class MessagePartFileDownloadLink sealed : Microsoft::Rtc::Collaboration::PersistentChat::MessagePart
public sealed class MessagePartFileDownloadLink : Microsoft.Rtc.Collaboration.PersistentChat.MessagePart
type MessagePartFileDownloadLink = class
inherit MessagePart
Public NotInheritable Class MessagePartFileDownloadLink
Inherits MessagePart
- Inheritance
Properties
DisplayText |
Gets the display text. (Inherited from MessagePart) |
FileName |
Gets the name of the file. |
FileSizeEstimate |
Gets a description of the estimated file size. For example '100 bytes' or '10 kilobytes'. |
FileUri |
Gets the file URI. |
RawText |
Gets the raw text. (Inherited from MessagePart) |
Methods
Equals(MessagePart) |
Returns true if the given MessagePart is equal to this (Inherited from MessagePart) |
Equals(MessagePartFileDownloadLink) |
Returns true if the given MessagePartFileDownloadLink is equal to this |
Equals(Object) |
Returns true if the given object is equal to this |
GetHashCode() |
Returns a hash code for this object |
ToString() |
Returns a String that represents the current Object. (Inherited from MessagePart) |