ItemAttachmentType

ItemAttachmentType class

public class ItemAttachmentType : AttachmentType

Constructors

Name Description
ItemAttachmentType() The default constructor.

Properties

Name Description
AttachmentId { get; set; }
AttachmentOriginalUrl { get; set; }
ContentId { get; set; }
ContentLocation { get; set; }
ContentType { get; set; }
IsInline { get; set; }
IsInlineSpecified { get; set; }
Item { get; set; }
LastModifiedTime { get; set; }
LastModifiedTimeSpecified { get; set; }
Name { get; set; }
Size { get; set; }
SizeSpecified { get; set; }

See Also