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