ICIFolderActionParams
The ICIFolderActionParams interface specifies properties of the Event Rules Folder Operation Action.
-
Property DeleteIfEmptyFlag As Boolean
HRESULT DeleteIfEmptyFlag([out, retval] VARIANT_BOOL* pVal); HRESULT DeleteIfEmptyFlag([in] VARIANT_BOOL newVal);
EFT v7.2 and later
Property NewFolderName As String
HRESULT NewFolderName([out, retval] BSTR* pVal); HRESULT NewFolderName([in] BSTR newVal);
EFT v7.2 and later
Property Operation As FolderOperationType
HRESULT Operation([out, retval] FolderOperationType* pVal); HRESULT Operation([in] FolderOperationType newVal);
EFT v7.2 and later
Property Password As String
HRESULT Password([out, retval] BSTR* pVal); HRESULT Password([in] BSTR newVal);
EFT v7.2 and later
Property Path As String
HRESULT Path([out, retval] BSTR* pVal); HRESULT Path([in] BSTR newVal);
EFT v7.2 and later
Property UseCredentialsFlag As Boolean
HRESULT UseCredentialsFlag([out, retval] VARIANT_BOOL* pVal); HRESULT UseCredentialsFlag([in] VARIANT_BOOL newVal);
EFT v7.2 and later
Property UserName As String
HRESULT UserName([out, retval] BSTR* pVal); HRESULT UserName([in] BSTR newVal);
EFT v7.2 and later