Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.GetAttachmentAsync C# (CSharp) Метод

GetAttachmentAsync() публичный Метод

public GetAttachmentAsync ( GetAttachmentType GetAttachment1 ) : void
GetAttachment1 GetAttachmentType
Результат void
        public void GetAttachmentAsync(GetAttachmentType GetAttachment1)
        {
            this.GetAttachmentAsync(GetAttachment1, null);
        }

Same methods

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