activitymimeattachment EntityType

MIME attachment for an activity.

Entity Set Path
[organization URI]/api/data/v9.2/activitymimeattachments
Base Type
crmbaseentity
Display Name
Attachment
Primary Key
activitymimeattachmentid
Primary Key Attribute
filename
Operations Supported
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
activitymimeattachmentid Edm.Guid

Unique identifier of the attachment.

Display Name: Activity Mime Attachment

activitymimeattachmentidunique Edm.Guid

For internal use only.

activitysubject Edm.String

Descriptive subject for the activity.

Display Name: ActivitySubject

Read Only
anonymouslink Edm.String

anonymous link

Display Name: For internal use only.

Read Only
attachmentcontentid Edm.String

For internal use only

Display Name: Content Id

attachmentnumber Edm.Int32

Number of the attachment.

Display Name: Attachment Number

body Edm.String

Contents of the attachment.

Display Name: Body

body_binary Edm.Binary

Contents of the attachment.

componentstate Edm.Int32

For internal use only.

Display Name: Component State

Read Only
Default Options
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
filename Edm.String

File name of the attachment.

Display Name: File Name

filesize Edm.Int32

File size of the attachment.

Display Name: File Size (Bytes)

Read Only
isfollowed Edm.Boolean

Indicates if this attachment is followed.

Display Name: Followed

Read Only
Default Options
Values Label
1 Yes
0 No
ismanaged Edm.Boolean

Indicates whether the solution component is part of a managed solution.

Display Name: Is Managed

Read Only
Default Options
Values Label
1 Managed
0 Unmanaged
mimetype Edm.String

MIME type of the attachment.

Display Name: Mime Type

objecttypecode Edm.String

Object Type Code of the entity that is associated with the attachment.

Display Name: Entity

overwritetime Edm.DateTimeOffset

For internal use only.

Display Name: Record Overwrite Time

Read Only
solutionid Edm.Guid

Unique identifier of the associated solution.

Display Name: Solution

Read Only
subject Edm.String

Descriptive subject for the attachment.

Display Name: Subject

versionnumber Edm.Int64

Version number of the activity mime attachment.

Display Name: Version Number

Read Only

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_attachmentid_value attachmentid

Unique identifier of the attachment with which this activitymimeattachment is associated.

_objectid_value objectid_activitypointer
objectid_template

Unique identifier of the record with which the attachment is associated

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
attachmentid attachment attachment_activity_mime_attachments
objectid_activitypointer activitypointer activity_pointer_activity_mime_attachment
objectid_appointment appointment appointment_activity_mime_attachment
objectid_email email email_activity_mime_attachment
objectid_template template template_activity_mime_attachments

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
ActivityMimeAttachment_AsyncOperations asyncoperation regardingobjectid_activitymimeattachment
ActivityMimeAttachment_BulkDeleteFailures bulkdeletefailure regardingobjectid_activitymimeattachment
ActivityMimeAttachment_SyncErrors syncerror regardingobjectid_activitymimeattachment_syncerror

See also