Share via


FaxJob.SenderName property

The SenderName property is a null-terminated string that contains the name of the sender who initiated the fax job. The SenderName property applies only to outgoing fax transmissions.

This property is read-only.

Syntax

Property SenderName As String

Property value

A String that receives the name of the sender of the fax transmission. The string can be in first name, last name format.

Remarks

If the sender's name is not available, the SenderName property contains an empty string.

You can call the UserName method to retrieve the name of the account that queued the fax job.

SenderName allocates the memory required for the buffer pointed to by the pVal parameter. The client application must call the SysFreeString function to deallocate the resources associated with this parameter. For more information, see Freeing Fax Resources.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxJob

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxJob

IFaxJobs

UserName