SendToMode enumeration (fxsutility.h)
Defines the way a file will be faxed from within an application. With Windows Vista there is only one possible value.
Syntax
typedef enum {
SEND_TO_FAX_RECIPIENT_ATTACHMENT
} SendToMode;
Constants
SEND_TO_FAX_RECIPIENT_ATTACHMENT The file is faxed as it is. The user cannot add typed material preceding it or following it. |
Remarks
This enumeration is used primarily as a parameter for the SendToFaxRecipient function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | fxsutility.h |