LibreOffice
LibreOffice 7.4 SDK API Reference
RecipientInfo.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_ucb_RecipientInfo_idl__
20#define __com_sun_star_ucb_RecipientInfo_idl__
21
23
24
25
26module com { module sun { module star { module ucb {
27
34published struct RecipientInfo
35{
39
43
48 string To;
49
54 string CC;
55
60 string BCC;
61
66 string Newsgroups;
67
70 string Server;
71
74 string Username;
75
78 string Password;
79
83
87
91
97
98};
99
100
101}; }; }; };
102
103#endif
104
105/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
OutgoingMessageState
These are the possible values for RecipientInfo::State.
Definition: OutgoingMessageState.idl:29
Definition: Ambiguous.idl:22
contains all information needed to send a message using one send protocol.
Definition: RecipientInfo.idl:35
string BCC
the recipient(s) of "blind carbon copy" (e.g.
Definition: RecipientInfo.idl:60
string To
the recipient(s) (e.g.
Definition: RecipientInfo.idl:48
string VIMPostOfficePath
the Post Office Path (VIM only).
Definition: RecipientInfo.idl:82
string ProtocolType
the protocol to use for sending (i.e.
Definition: RecipientInfo.idl:38
long ProtocolErrorNumber
the number representing the last error (generated by send server).
Definition: RecipientInfo.idl:90
string ProtocolErrorString
string representing the last error (generated by send server).
Definition: RecipientInfo.idl:86
string Server
the name of the server to be used for sending the message.
Definition: RecipientInfo.idl:70
string Password
the password to be used for authorizing on the send server.
Definition: RecipientInfo.idl:78
com::sun::star::ucb::OutgoingMessageState State
the current state of the message.
Definition: RecipientInfo.idl:42
string Newsgroups
the newsgroup(s) to which an article is be posted.
Definition: RecipientInfo.idl:66
string Username
the user name to be used for authorizing on the send server.
Definition: RecipientInfo.idl:74
string CC
the recipient(s) of a "carbon copy" (e.g.
Definition: RecipientInfo.idl:54
long SendTries
the count of tries to send a message.
Definition: RecipientInfo.idl:96