AttachmentInfo 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.
Metadata for an attachment.
public class AttachmentInfo
type AttachmentInfo = class
Public Class AttachmentInfo
- Inheritance
-
AttachmentInfo
Constructors
AttachmentInfo() |
Initializes a new instance of the AttachmentInfo class. |
AttachmentInfo(String, String, IList<AttachmentView>) |
Initializes a new instance of the AttachmentInfo class. |
Properties
Name |
Gets or sets name of the attachment. |
Type |
Gets or sets contentType of the attachment. |
Views |
Gets or sets attachment views. |