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

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

public CreateAttachmentAsync ( CreateAttachmentType CreateAttachment1 ) : void
CreateAttachment1 CreateAttachmentType
Результат void
        public void CreateAttachmentAsync(CreateAttachmentType CreateAttachment1)
        {
            this.CreateAttachmentAsync(CreateAttachment1, null);
        }

Same methods

ExchangeServiceBinding::CreateAttachmentAsync ( CreateAttachmentType CreateAttachment1, object userState ) : void
ExchangeServiceBinding