This topic has not yet been rated - Rate this topic

MessagePartFileDownloadLink Members

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.

  NameDescription
Public propertyDisplayTextGets the display text. (Inherited from MessagePart.)
Public propertyFileNameGets the name of the file.
Public propertyFileSizeEstimateGets a description of the estimated file size. For example '100 bytes' or '10 kilobytes'.
Public propertyFileUriGets the file URI.
Public propertyRawTextGets the raw text. (Inherited from MessagePart.)
Top
  NameDescription
Public methodEquals(Object)Determines whether the specified Object is equal to the current MessagePartFileDownloadLink. (Overrides MessagePart..::..Equals(Object).)
Public methodEquals(MessagePart)Determines whether the specified MessagePart is equal to the current MessagePart. (Inherited from MessagePart.)
Public methodEquals(MessagePartFileDownloadLink)Determines whether the specified MessagePartFileDownloadLink is equal to the current MessagePartFileDownloadLink.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Overrides MessagePart..::..GetHashCode()()()().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToStringReturns a String that represents the current Object. (Inherited from MessagePart.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.