2.2.18 FAX_REASSIGN_INFO

The FAX_REASSIGN_INFO structure contains information about the reassignment of a fax.

 typedef struct {
   [string] LPCWSTR lpcwstrRecipients;
   [string] LPCWSTR lpcwstrSenderName;
   [string] LPCWSTR lpcwstrSenderFaxNumber;
   [string] LPCWSTR lpcwstrSubject;
   BOOL bHasCoverPage;
 } FAX_REASSIGN_INFO,
  *PFAX_REASSIGN_INFO;

lpcwstrRecipients: A pointer to a constant, null-terminated character string that holds an array of intended recipients to which the fax message can be assigned. The recipients are separated by a semicolon. Each recipient refers to a Fax User Account.

lpcwstrSenderName: A pointer to a constant null-terminated character string that describes the sender name for the received fax.

lpcwstrSenderFaxNumber: A pointer to a constant null-terminated character string that describes the sender fax number for the received fax.

lpcwstrSubject: A pointer to a constant, null-terminated character string that describes the subject of the received fax.

bHasCoverPage: Boolean value that indicates whether the fax includes a cover page. If this member is TRUE, the fax SHOULD include a cover page.