MessagePartFileDownloadLink Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
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.
The MessagePartFileDownloadLink type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.) |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current MessagePartFileDownloadLink. (Overrides MessagePart.Equals(Object).) | |
Equals(MessagePart) | Determines whether the specified MessagePart is equal to the current MessagePart. (Inherited from MessagePart.) | |
Equals(MessagePartFileDownloadLink) | Determines whether the specified MessagePartFileDownloadLink is equal to the current MessagePartFileDownloadLink. | |
Finalize | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Overrides MessagePart.GetHashCode().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from MessagePart.) |
Top