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

GetUserPhotoAsync() public method

public GetUserPhotoAsync ( GetUserPhotoType GetUserPhoto1 ) : void
GetUserPhoto1 GetUserPhotoType
return void
        public void GetUserPhotoAsync(GetUserPhotoType GetUserPhoto1)
        {
            this.GetUserPhotoAsync(GetUserPhoto1, null);
        }

Same methods

ExchangeServiceBinding::GetUserPhotoAsync ( GetUserPhotoType GetUserPhoto1, object userState ) : void
ExchangeServiceBinding