LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
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
20
21
22
module
com
{ module sun { module star { module ucb {
23
30
published
struct
RecipientInfo
31
{
34
string
ProtocolType
;
35
38
com::sun::star::ucb::OutgoingMessageState
State
;
39
44
string
To
;
45
50
string
CC
;
51
56
string
BCC
;
57
62
string
Newsgroups
;
63
66
string
Server
;
67
70
string
Username
;
71
74
string
Password
;
75
78
string
VIMPostOfficePath
;
79
82
string
ProtocolErrorString
;
83
86
long
ProtocolErrorNumber
;
87
92
long
SendTries
;
93
94
};
95
96
97
}; }; }; };
98
99
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::ucb::OutgoingMessageState
OutgoingMessageState
These are the possible values for RecipientInfo::State.
Definition
OutgoingMessageState.idl:27
com
Definition
Ambiguous.idl:20
com::sun::star::ucb::RecipientInfo
contains all information needed to send a message using one send protocol.
Definition
RecipientInfo.idl:31
com::sun::star::ucb::RecipientInfo::BCC
string BCC
the recipient(s) of "blind carbon copy" (e.g.
Definition
RecipientInfo.idl:56
com::sun::star::ucb::RecipientInfo::To
string To
the recipient(s) (e.g.
Definition
RecipientInfo.idl:44
com::sun::star::ucb::RecipientInfo::VIMPostOfficePath
string VIMPostOfficePath
the Post Office Path (VIM only).
Definition
RecipientInfo.idl:78
com::sun::star::ucb::RecipientInfo::ProtocolType
string ProtocolType
the protocol to use for sending (i.e.
Definition
RecipientInfo.idl:34
com::sun::star::ucb::RecipientInfo::ProtocolErrorNumber
long ProtocolErrorNumber
the number representing the last error (generated by send server).
Definition
RecipientInfo.idl:86
com::sun::star::ucb::RecipientInfo::ProtocolErrorString
string ProtocolErrorString
string representing the last error (generated by send server).
Definition
RecipientInfo.idl:82
com::sun::star::ucb::RecipientInfo::Server
string Server
the name of the server to be used for sending the message.
Definition
RecipientInfo.idl:66
com::sun::star::ucb::RecipientInfo::Password
string Password
the password to be used for authorizing on the send server.
Definition
RecipientInfo.idl:74
com::sun::star::ucb::RecipientInfo::State
com::sun::star::ucb::OutgoingMessageState State
the current state of the message.
Definition
RecipientInfo.idl:38
com::sun::star::ucb::RecipientInfo::Newsgroups
string Newsgroups
the newsgroup(s) to which an article is be posted.
Definition
RecipientInfo.idl:62
com::sun::star::ucb::RecipientInfo::Username
string Username
the user name to be used for authorizing on the send server.
Definition
RecipientInfo.idl:70
com::sun::star::ucb::RecipientInfo::CC
string CC
the recipient(s) of a "carbon copy" (e.g.
Definition
RecipientInfo.idl:50
com::sun::star::ucb::RecipientInfo::SendTries
long SendTries
the count of tries to send a message.
Definition
RecipientInfo.idl:92
com
sun
star
ucb
RecipientInfo.idl
Generated by
1.17.0