ISATMessage

This interface is used as an input parameter to ICIAudit to log ad hoc transfer activity. This is conceptually equivalent to the parameter list used in ICIAudit::AuditSATTransaction.

Properties

  • Property Body As String

  • Retrieves or specifies the body of the email accompanying the transfer.

    HRESULT Body([out, retval] BSTR *pVal);
    HRESULT Body([in] BSTR newVal);

    EFT v6.5 -7.4.x

  • Property ExpireDays As Int

  • Retrieves or specifies the number of days that the transfer will be accessible.

    HRESULT ExpireDays([out, retval] INT *pVal);
    HRESULT ExpireDays([in] INT newVal);

    EFT v6.5 -7.4.x

  • Property From As String

  • Retrieves or specifies the email address of the user responsible for the transfer.

    HRESULT From([out, retval] BSTR *pVal);
    HRESULT From([in] BSTR newVal);

    EFT v6.5 -7.4.x

  • Property Reserved1 As String

  • Retrieves or specifies the field reserved to record additional data associated with a transfer.

    HRESULT Reserved1([out, retval] BSTR *pVal);
    HRESULT Reserved1([in] BSTR newVal);

    EFT v6.5 -7.4.x

  • Property Reserved2 As String

  • Retrieves or specifies the field reserved to record additional data associated with a transfer.

    HRESULT Reserved2([out, retval] BSTR *pVal);
    HRESULT Reserved2([in] BSTR newVal);

    EFT v6.5 -7.4.x

  • Property SiteName As String

  • Retrieves or specifies the name of the site under which the transfer occurred.

    HRESULT SiteName([out, retval] BSTR *pVal);
    HRESULT SiteName([in] BSTR newVal);

    EFT v6.5 -7.4.x

  • Property Subject As String

  • Retrieves or specifies the subject line of email accompanying the transfer.

    HRESULT Subject([out, retval] BSTR *pVal);
    HRESULT Subject([in] BSTR newVal);

    EFT v6.5 -7.4.x

  • Property TempPassword As String

  • Retrieves or specifies the password of the account created to hold the transferred files.

    HRESULT TempPassword([out, retval] BSTR *pVal);
    HRESULT TempPassword([in] BSTR newVal);

    EFT v6.5 -7.4.x

  • Property TempUserName As String

  • Retrieves or specifies the account created to hold the transferred files.

    HRESULT TempUserName([out, retval] BSTR *pVal);
    HRESULT TempUserName([in] BSTR newVal);

    EFT v6.5 -7.4.x

  • Property Timestamp As Date

  • Retrieves the timestamp the ad hoc transfer occurred.

    HRESULT Timestamp([out, retval] DATE *pVal);
    HRESULT Timestamp([in] DATE newVal);

    EFT v6.5 -7.4.x

  • Property TransGUID As String

  • Retrieves or specifies the GUID used to correlate this transfer with email recipients and files.

    HRESULT TransGUID([out, retval] BSTR *pVal);
    HRESULT TransGUID([in] BSTR newVal);

    EFT v6.5 -7.4.x