CRMActivityAttachment Class

The CRMActivityAttachment class contains methods that you can use to manage activity attachments.

There are no properties for this class.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMActivityAttachment

[Visual Basic .NET]
Public Class CRMActivityAttachment
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMActivityAttachment : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMActivityAttachment: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMActivityAttachment class exposes the following methods.

Method Description
Copy Not supported in this version.
Create Creates an attachment for an activity.
CreateAndRetrieve Creates and then retrieves an activity attachment.
Delete Deletes an activity attachment.
Retrieve Retrieves an activity attachment.
RetrieveByObject Retrieves the activity attachments associated with a particular activity.
RemoveBinaryData Removes the binary data from an activity attachment.
Update Updates an activity attachment.
UpdateAndRetrieve Updates and then retrieves an activity attachment.

Requirements

Namespace: Microsoft.Crm.Platform.Proxy

Assembly: Microsoft.Crm.Platform.Proxy.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.