ExchangeServiceBinding.GetAttachmentAsync Method
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.
Overloads
GetAttachmentAsync(GetAttachmentType, Object) |
The GetAttachmentAsync(GetAttachmentType, Object) method provides asynchronous access to the GetAttachment Web service method. |
GetAttachmentAsync(GetAttachmentType) |
The GetAttachmentAsync(GetAttachmentType) method provides asynchronous access to the GetAttachment Web service method. |
GetAttachmentAsync(GetAttachmentType, Object)
The GetAttachmentAsync(GetAttachmentType, Object) method provides asynchronous access to the GetAttachment Web service method.
public:
void GetAttachmentAsync(ExchangeWebServices::GetAttachmentType ^ GetAttachment1, System::Object ^ userState);
public void GetAttachmentAsync (ExchangeWebServices.GetAttachmentType GetAttachment1, object userState);
Public Sub GetAttachmentAsync (GetAttachment1 As GetAttachmentType, userState As Object)
Parameters
- GetAttachment1
- GetAttachmentType
The GetAttachment request.
- userState
- Object
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).
Applies to
GetAttachmentAsync(GetAttachmentType)
The GetAttachmentAsync(GetAttachmentType) method provides asynchronous access to the GetAttachment Web service method.
public:
void GetAttachmentAsync(ExchangeWebServices::GetAttachmentType ^ GetAttachment1);
public void GetAttachmentAsync (ExchangeWebServices.GetAttachmentType GetAttachment1);
Public Sub GetAttachmentAsync (GetAttachment1 As GetAttachmentType)
Parameters
- GetAttachment1
- GetAttachmentType
The GetAttachment request.
Remarks
For an example of an asynchronous call, see FindFolderAsync(FindFolderType).