struct SendInfo in module com::sun::star::ucb::

(Global Index)

Syntax

struct SendInfo;

Description

contains information related to a send protocol.

It can contain any string values (server names, user names, passwords, ...).

Field Summary

ProtocolType the protocol to which the info is related (i.e. "NNTP", "SMTP", "VIM").

Value the value.

Field Details



ProtocolType

Syntax

string ProtocolType;

Description

the protocol to which the info is related (i.e. "NNTP", "SMTP", "VIM").


Value

Syntax

string Value;

Description

the value.

Top of Page