AllowWebDAV property

Returns or sets whether all the eRoom servers accept WEBDAV requests.

Syntax


C++

HRESULT get_AllowWebDAV(
   
VARIANT_BOOL* pAllowWebDAV)

HRESULT put_AllowWebDAV(
   
VARIANT_BOOL MyAllowWebDAV)

Scripting languages

Boolean = Object.AllowWebDAV

Object.AllowWebDAV = Boolean

Home

Applies to

IERUSiteSettings