RemoveBinaryDataActivityMimeAttachmentRequest.ActivityMimeAttachmentId Field

banner art

Specifies the ID of the activity MIME attachment (e-mail attachment).

Syntax

[Visual Basic .NET]
Public Field ActivityMimeAttachmentId As Guid
[C#]
public Guid ActivityMimeAttachmentId;
[JScript]
public var ActivityMimeAttachmentId : Guid;

Remarks

The ActivityMimeAttachmentId ** field corresponds to the activitymimeattachment.activitymimeattachmentid field, which is the primary key for the activitymimeattachment entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.