Share via


FaxServer.ServerMapiProfile property

Sets or retrieves the ServerMapiProfile property for a FaxServer object. The ServerMapiProfile property is a null-terminated string that contains the MAPI user profile that the fax server uses for routing incoming fax transmissions.

This property is read/write.

Syntax

Property ServerMapiProfile As String

Property value

A String that specifies or receives the MAPI user profile that the fax server uses for routing incoming fax transmissions. The fax server also uses the profile for sending delivery reports (DRs) and nondelivery reports (NDRs).

Remarks

Note

This function is not supported in Windows XP.

 

The IFaxServer::get_ServerMapiProfile method 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.

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

FaxServer

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

FaxServer

SysFreeString