Public Member Functions | |
HRESULT | DeliveryType ([out, retval] EnumSubscriptionDeliveryType *opDeliveryType) |
This method returns the Delivery Type of the given NCS Job. | |
HRESULT | Destination ([out, retval] BSTR *opDestination) |
This method returns the Destination (Email Address/File Location/Printer. | |
HRESULT | IsExecutingInWarehouse ([out, retval] VARIANT_BOOL *opIsExecutingInWarehouse) |
This method returns whether the Job is Executing in Warehouse. | |
HRESULT | IsSendNow ([out, retval] VARIANT_BOOL *opSendNow) |
This method returns whether the NCS Job is SendNow or not. | |
HRESULT | ObjectGUID ([out, retval] BSTR *opObjectGUID) |
Get the ID of the object which this job executes. | |
HRESULT | ProjectGUID ([out, retval] BSTR *opProjectGUID) |
Get the ID of the project in which this job executes. | |
HRESULT | SubscriptionOwner ([out, retval] BSTR *opOwner) |
This method returns the Subscription Owner of the given NCS Job. | |
HRESULT | SubscriptionRecipient ([out, retval] BSTR *opRecipient) |
This method returns the Subscription Recipient of the given NCS Job. |
|
This method returns the Delivery Type of the given NCS Job.
|
|
This method returns the Destination (Email Address/File Location/Printer. Display name + Physical Address. For contact group just say multiple.
|
|
This method returns whether the Job is Executing in Warehouse.
|
|
This method returns whether the NCS Job is SendNow or not.
|
|
Get the ID of the object which this job executes.
|
|
Get the ID of the project in which this job executes. This is the same string as the ID of the DSS Project object that defines this project.
|
|
This method returns the Subscription Owner of the given NCS Job.
|
|
This method returns the Subscription Recipient of the given NCS Job.
|