Attachment Members
Include Protected Members
Include Inherited Members
Attachment Linking Class.
The Attachment type exposes the following members.
Constructors
Name
Description
Initializes a file attachment object.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the date and time the file was attached.
Gets the date and time the file was attached in Universal Coordinated Time (UTC).
Gets the comment string for this Attachment.
Gets the date and time the Attachment was created.
Gets the date and time the Attachment was created in Universal Coordinated Time (UTC).
Gets the extension of the attached file.
Returns true if the Attachment has been saved; otherwise false.
Gets the date and time of the last write to the Attachment.
Gets the date and time of the last write to the Attachment in Universal Coordinated Time (UTC).
Gets the length of the file Attachment.
Gets the name of the file Attachment.
Gets the Uri for a saved file attachment. The Uri can be used to download the file directly.
Top