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

SetUserPhoto() private method

private SetUserPhoto ( [ Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")]SetUserPhotoTypeSetUserPhoto1 ) : SetUserPhotoResponseMessageType
Namespace [
return SetUserPhotoResponseMessageType
        public SetUserPhotoResponseMessageType SetUserPhoto([System.Xml.Serialization.XmlElementAttribute("SetUserPhoto", Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")] SetUserPhotoType SetUserPhoto1)
        {
            object[] results = this.Invoke("SetUserPhoto", new object[] {
                    SetUserPhoto1});
            return ((SetUserPhotoResponseMessageType)(results[0]));
        }
ExchangeServiceBinding