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

(Global Index)

Syntax

struct SendMediaTypes;

Description

contains a list of internet media types (like "text/plain" and "text/html"), that are related to a send protocol.

Field Summary

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

Value a list of internet media types

Field Details



ProtocolType

Syntax

string ProtocolType;

Description

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


Value

Syntax

sequence< string > Value;

Description

a list of internet media types

Top of Page