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

BeginCreateAttachment() public method

public BeginCreateAttachment ( CreateAttachmentType CreateAttachment1, System callback, object asyncState ) : System.IAsyncResult
CreateAttachment1 CreateAttachmentType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginCreateAttachment(CreateAttachmentType CreateAttachment1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("CreateAttachment", new object[] {
                    CreateAttachment1}, callback, asyncState);
        }
ExchangeServiceBinding