Adding the photo in WSP Active Directory users. part 2
This commit is contained in:
parent
642890f4dc
commit
d1d3306c9c
1 changed files with 2 additions and 2 deletions
|
@ -781,13 +781,13 @@ namespace WebsitePanel.EnterpriseServer
|
|||
[WebMethod]
|
||||
public ResultObject SetPicture(string accountName, byte[] picture)
|
||||
{
|
||||
return ExchangeServerController.SetPicture(accountName, picture);
|
||||
// return ExchangeServerController.SetPicture(accountName, picture);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public BytesResult GetPicture(string accountName)
|
||||
{
|
||||
return ExchangeServerController.GetPicture(accountName);
|
||||
// return ExchangeServerController.GetPicture(accountName);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue