Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.GetAttachmentAsync C# (CSharp) Method

GetAttachmentAsync() public method

public GetAttachmentAsync ( GetAttachmentType GetAttachment1 ) : void
GetAttachment1 GetAttachmentType
return void
        public void GetAttachmentAsync(GetAttachmentType GetAttachment1)
        {
            this.GetAttachmentAsync(GetAttachment1, null);
        }

Same methods

ExchangeServiceBinding::GetAttachmentAsync ( GetAttachmentType GetAttachment1, object userState ) : void
ExchangeServiceBinding