IFaxSender::SaveDefaultSender method (faxcomex.h)

The IFaxSender::SaveDefaultSender method stores information about the default sender from the FaxSender object.

Syntax

HRESULT SaveDefaultSender();

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

To load the default sender information into a FaxSender object, use the IFaxSender::get_LoadDefaultSender method.

This method can return remote procedure call (RPC) return values. For more information, see RPC Return Values.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxSender

IFaxSender

Visual Basic Example