Click here to Skip to main content
15,921,660 members

Comments by Member 12100847 (Top 2 by date)

Member 12100847 2-Nov-15 1:25am View    
public Configs()
{
string strContactSynchronization_Conflict = string.Empty, strActivitySynchronization_Conflict = string.Empty, strTaskSynchronization_Conflict = string.Empty;
string strOrganisationName = string.Empty, strCompanyName = string.Empty;
string strDefaultCalendar = string.Empty;
}

Calendars objectCalendars = new Calendars();
AppointmentSync objectAppointmentSync = new AppointmentSync();
SetSyncCategories objectSetSyncCategories = new SetSyncCategories();
Member 12100847 30-Oct-15 10:51am View    
class Calendars
{
bool isNewAppointment;
string filter1,filter2,syncAppointmentIds;

public Calendars()
{
isNewAppointment = true;
filter1 = string.Empty;
filter2 = string.Empty;
syncAppointmentIds = string.Empty;
}
Configs objectConfig = new Configs();
GetTextFromRecepientsClass objectGetText = new GetTextFromRecepientsClass();
SetSyncCategories objectSetSyncCategories = new SetSyncCategories();
keyValue objContactList = new keyValue();
OlImportance imp = new OlImportance();

the line:
Config objectConfig=new Config() throws exception