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

SetUserPhotoAsync() public method

public SetUserPhotoAsync ( SetUserPhotoType SetUserPhoto1 ) : void
SetUserPhoto1 SetUserPhotoType
return void
        public void SetUserPhotoAsync(SetUserPhotoType SetUserPhoto1)
        {
            this.SetUserPhotoAsync(SetUserPhoto1, null);
        }

Same methods

ExchangeServiceBinding::SetUserPhotoAsync ( SetUserPhotoType SetUserPhoto1, object userState ) : void
ExchangeServiceBinding