IFaxSender::LoadDefaultSender method (faxcomex.h)

The IFaxSender::get_LoadDefaultSender method fills the FaxSender object with the default sender information.

Syntax

HRESULT LoadDefaultSender();

Return value

Type: HRESULT

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

Remarks

The default sender information is saved using the IFaxSender::SaveDefaultSender 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