Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.SetUserPhotoAsync C# (CSharp) 메소드

SetUserPhotoAsync() 공개 메소드

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

Same methods

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