1 /// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
2 /// All rights reserved.
3 /// This component and the accompanying materials are made available
4 /// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 /// which accompanies this distribution, and is available
6 /// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 /// Initial Contributors:
9 /// Nokia Corporation - initial contribution.
14 /// All rights reserved.
15 /// This component and the accompanying materials are made available
16 /// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
17 /// which accompanies this distribution, and is available
18 /// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
19 /// Initial Contributors:
20 /// Nokia Corporation - initial contribution.
30 Gets off-peak times settings.
32 @return Off-peak times settings
35 inline CMsvOffPeakTimes& CMsvScheduleSend::OffPeakTimes() const
37 return *iOffPeakTimes;
42 Gets scheduler settings.
44 @return Scheduler settings
47 inline CMsvScheduleSettings& CMsvScheduleSend::ScheduleSettings() const
54 Gets action-on-sending-error settings.
56 @return Action-on-sending-error settings
59 inline CMsvSendErrorActions& CMsvScheduleSend::SendErrorActions() const
61 return *iErrorActions;
66 Gets System Agent conditions that must be satisfied before a sending attempt.
68 @return System Agent conditions
71 inline CMsvSysAgentActions& CMsvScheduleSend::AgentActions() const
73 return *iAgentActions;