CanSendToFaxRecipient function (fxsutility.h)

Called by an application to determine whether to make a menu item or other UI available that calls the Windows Vista function SendToFaxRecipient.

Syntax

BOOL CanSendToFaxRecipient();

Return value

Type: BOOL

TRUE, if the following conditions are met; otherwise FALSE.

  • The operating system is Windows Vista or later.
  • The fax service is installed.
  • The current user has a fax account setup with the fax service.

Remarks

Typically, this function is called when the application launches.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header fxsutility.h
DLL Fxsutility.dll

See also

SendToFaxRecipient

Shell Fax Extension Functions