# # Trivore Corp. Sync4j Interchange Formats LDAP schema - sync4j-sif.schema # Copyright (c) 2007-2008 Trivore Corp. All rights reserved. # One is free to use this schema as it best suits to one's need(s). # This schema follows Trivore T5 LDAP conventions. # For revision history, please see the end of this file. # # # Trivore Corp. IANA assigned OID prefix is 1.3.6.1.4.1.26147. # # From the Sync4j SyncServer Developer's Guide (January 2005 revision) at # : # # Sync4j Interchange Formats # # The Sync4j Interchange Format (SIF) is a way to represent PIM data # coming from different clients in a common structure to make it easier # information exchange. # SIF format is based on a XML representation of PIM data. # The goal we wanted to achieve with this representation (as opposed # to other standards) is having a simple xml structure representing # any possible PIM properties. The basic idea is that every PIM # object (contact, calendar, and so on) has properties in # the form name-value. Therefore, in a SIF document tags represent # properties and tags content represent their values. # We have a SIF representation for each type of PIM data. # They are SIF-C for contacts, SIF-E for events, SIF-T for tasks # and SIF-N for notes. # Another document used as the basis from this schema is part of Funambol v6 # documentation and called "support-recurrence-exception-design-document.odt" # (January 2007 revision 1.0). # Trivore Corp.'s motivation in creating this schema is to promote # LDAP, and OpenLDAP especially as the primary data store for any OMA DS # mobile device data synchronisation service. # # We chose to implement all attributes as Directory Strings (UTF-8 strings) # for better compatibility with different mobile devices and platforms. # Allocated OID number spaces: # 1.3.6.1.4.1.26147.2.x.311 SIF-C # 1.3.6.1.4.1.26147.2.x.312 SIF-E # 1.3.6.1.4.1.26147.2.x.313 SIF-T # 1.3.6.1.4.1.26147.2.x.314 SIF-N # 1.3.6.1.4.1.26147.2.x.330 SIF-SMS sms # 1.3.6.1.4.1.26147.2.x.331 SIF-MMS mms (future) # 1.3.6.1.4.1.26147.2.x.332 SIF-BOOKMARK browser bookmarks (future) # 1.3.6.1.4.1.26147.2.x.333 SIF-BRIEFCASE briefcase (future) # 1.3.6.1.4.1.26147.2.x.334 SIF-LIFEBLOG lifeblog (future) # Unallocated OIDs [.2.n.315 - .2.n.329, .2.n.345 - .2.n.369] # are reserved for future SIF types. # - - - - - - - - - - - - - - - - - - - - - - - - - - - - # SIF-C -- contacts (addressbook entries) attributetype ( 1.3.6.1.4.1.26147.2.1.311.1 NAME 'sifcAnniversary' DESC 'Returns or sets the anniversary.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #It is in format YYYY-MM-DD. attributetype ( 1.3.6.1.4.1.26147.2.1.311.2 NAME 'sifcAssistantName' DESC 'The name of the person who is the assistant for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Corresponds to the Assistant's name: box on the Details page of a ContactItem. attributetype ( 1.3.6.1.4.1.26147.2.1.311.3 NAME 'sifcAssistantTelephoneNumber' DESC 'The telephone number of the person who is the assistant for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.4 NAME 'sifcBirthday' DESC 'Returns or sets the birthday. It is expressed in format YYYY-MM-DD.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.5 NAME 'sifcBody' DESC 'Returns or sets the clear-text body of the item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.6 NAME 'sifcBusiness2TelephoneNumber' DESC 'The second business telephone number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.7 NAME 'sifcBusinessAddressCity' DESC 'The city name portion of the business address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.8 NAME 'sifcBusinessAddressCountry' DESC 'The country code portion of the business address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.9 NAME 'sifcBusinessAddressPostalCode' DESC 'The postal code (zip code) portion of the business address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.10 NAME 'sifcBusinessAddressPostOfficeBox' DESC 'The post office box number portion of the business address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.11 NAME 'sifcBusinessAddressState' DESC 'The state code portion of the business address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.12 NAME 'sifcBusinessAddressStreet' DESC 'The street address portion of the business address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.13 NAME 'sifcBusinessFaxNumber' DESC 'Returns or sets the business fax number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.14 NAME 'sifcBusinessLabel' DESC 'Returns or sets a String with complete business address.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.15 NAME 'sifcBusinessTelephoneNumber' DESC 'Returns or sets the first business telephone number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.16 NAME 'sifcBusinessWebPage' DESC 'Business web page.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.17 NAME 'sifcCallbackTelephoneNumber' DESC 'Returns or sets the callback telephone number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.18 NAME 'sifcCarTelephoneNumber' DESC 'Returns or sets the car telephone number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.19 NAME 'sifcCategories' DESC 'Returns or sets the categories assigned to the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.20 NAME 'sifcChildren' DESC 'Returns or sets the names of the children of the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.21 NAME 'sifcCompanyMainTelephoneNumber' DESC 'Returns or sets the company main telephone number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.22 NAME 'sifcCompanyName' DESC 'Returns or sets the company name for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.23 NAME 'sifcCompanies' DESC 'Returns or sets the names of the companies associated with the item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.24 NAME 'sifcComputerNetworkName' DESC 'Returns or sets the name of the computer network for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.25 NAME 'sifcDepartment' DESC 'Returns or sets the department name for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.26 NAME 'sifcEmail1Address' DESC 'A String representing the e-mail address of the first e-mail entry for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.27 NAME 'sifcEmail1AddressType' DESC 'Returns or sets a String representing the address type' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #(such as EX or SMTP) of the first email entry for the contact. #This is a free-form text field, but it must match the actual #type of an existing mail transport. attributetype ( 1.3.6.1.4.1.26147.2.1.311.28 NAME 'sifcEmail2Address' DESC 'Returns or sets the e-mail address of the second e-mail entry for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.29 NAME 'sifcEmail2AddressType' DESC 'Returns or sets a String representing the address type' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #(such as EX or SMTP) of the second e-mail entry for the contact. #This is a free-form text field, but it must match the actual #type of an existing mail transport. attributetype ( 1.3.6.1.4.1.26147.2.1.311.30 NAME 'sifcEmail3Address' DESC 'Returns or sets the e-mail address of the third e-mail entry.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.31 NAME 'sifcEmail3AddressType' DESC 'Returns or sets a String representing the address type.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #(such as EX or SMTP) of the third email entry for the contact. #This is a free-form text field, but it must match the actual #type of an existing mail transport.' attributetype ( 1.3.6.1.4.1.26147.2.1.311.32 NAME 'sifcFileAs' DESC 'Returns or sets the default keyword string assigned to the contact when it is filed.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.33 NAME 'sifcFirstName' DESC 'Returns or sets the first name for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.34 NAME 'sifcFolder' DESC 'Return or sets the Folder the contact has to be written in.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #The contact in the default contacts folder can be represented with #“/” root or without tag. #Eg. /subfolder1/subfolder11/. Note the final “/”.' attributetype ( 1.3.6.1.4.1.26147.2.1.311.35 NAME 'sifcGender' DESC 'Gender.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.36 NAME 'sifcHobby' DESC 'Returns or sets the hobby for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.37 NAME 'sifcHome2TelephoneNumber' DESC 'Returns or sets the second home telephone number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.38 NAME 'sifcHomeAddressCity' DESC 'Returns or sets the city portion of the home address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.39 NAME 'sifcHomeAddressCountry' DESC 'Returns or sets the country portion of the home address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.40 NAME 'sifcHomeAddressPostalCode' DESC 'Returns or sets the postal code portion of the home address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.41 NAME 'sifcHomeAddressPostOfficeBox' DESC 'Returns or sets the post office box number portion of the home address.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.42 NAME 'sifcHomeAddressState' DESC 'Returns or sets the state portion of the home address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.43 NAME 'sifcHomeAddressStreet' DESC 'Returns or sets the street portion of the home address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.44 NAME 'sifcHomeFaxNumber' DESC 'Returns or sets the home fax number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.45 NAME 'sifcHomeLabel' DESC 'Returns or sets a String with complete home address.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.46 NAME 'sifcHomeTelephoneNumber' DESC 'Returns or sets the first home telephone number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.47 NAME 'sifcHomeWebPage' DESC 'Personal web page.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.48 NAME 'sifcID' DESC 'Returns or sets the identifier of contact item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.49 NAME 'sifcImportance' DESC 'Returns or sets the relative importance level for the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Can be one of the following OlImportance constants: olImportanceHigh(2), #olImportanceLow(0), or olImportanceNormal(1). #This property corresponds to the MAPI property PR_IMPORTANCE.' attributetype ( 1.3.6.1.4.1.26147.2.1.311.50 NAME 'sifcInitials' DESC 'Returns or sets the initials for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.51 NAME 'sifcJobTitle' DESC 'Returns or sets the job title for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.52 NAME 'sifcLanguage' DESC 'Returns or sets the language for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.53 NAME 'sifcLastName' DESC 'Returns or sets the last name for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.54 NAME 'sifcManagerName' DESC 'Returns or sets the manager name for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.55 NAME 'sifcMiddleName' DESC 'Returns or sets a String representing the middle name for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This property is parsed from the FullName property, but may be changed #or entered independently should it be parsed incorrectly. #Note that any such changes or entries to this property will be #overwritten by any subsequent changes of entries to FullName.' attributetype ( 1.3.6.1.4.1.26147.2.1.311.56 NAME 'sifcMileage' DESC 'Returns or sets a String representing the mileage for an item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This is a free-form string field and can be used to store mileage #information associated with the item (for example, 100 miles #documented for an appointment, contact, or task) for purposes of reimbursement.' attributetype ( 1.3.6.1.4.1.26147.2.1.311.57 NAME 'sifcMobileTelephoneNumber' DESC 'Returns or sets a String representing the mobile telephone number.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.58 NAME 'sifcNickName' DESC 'Returns or sets a String representing the nickname for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.59 NAME 'sifcOfficeLocation' DESC 'Returns or sets a String specifying the specific office location.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #(for example, Building 1 Room 1 or Suite 123) for the contact. #This property corresponds to the MAPI property PR_OFFICE_LOCATION. attributetype ( 1.3.6.1.4.1.26147.2.1.311.60 NAME 'sifcOrganizationalIDNumber' DESC 'Returns or sets the organizational ID number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.61 NAME 'sifcOtherAddressCity' DESC 'Returns or sets the city portion of the other address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.62 NAME 'sifcOtherAddressCountry' DESC 'Returns or sets the country portion of the other address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.63 NAME 'sifcOtherAddressPostalCode' DESC 'Returns or sets the postal code portion of the other address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.64 NAME 'sifcOtherAddressPostOfficeBox' DESC 'Returns or sets the post office box portion of the other address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.65 NAME 'sifcOtherAddressState' DESC 'Returns or sets the state portion of the other address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.66 NAME 'sifcOtherAddressStreet' DESC 'Returns or sets the street portion of the other address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.67 NAME 'sifcOtherFaxNumber' DESC 'Returns or sets the other fax number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.68 NAME 'sifcOtherLabel' DESC 'Returns or sets a String with complete other address.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.69 NAME 'sifcOtherTelephoneNumber' DESC 'Returns or sets the other telephone number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.70 NAME 'sifcPagerNumber' DESC 'Returns or sets the pager number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.71 NAME 'sifcPrimaryTelephoneNumber' DESC 'Returns or sets the primary telephone number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.72 NAME 'sifcProfession' DESC 'Returns or sets the profession for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.73 NAME 'sifcRevision' DESC 'Revision number.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.74 NAME 'sifcRadioTelephoneNumber' DESC 'Returns or sets the radio telephone number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.75 NAME 'sifcSensitivity' DESC 'Returns or sets the sensitivity for the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Can be one of the following OlSensitivity constants: olConfidential(3), #olNormal(0), olPersonal(1), or olPrivate(2). #This property corresponds to the MAPI property PR_SENSITIVITY.' attributetype ( 1.3.6.1.4.1.26147.2.1.311.76 NAME 'sifcSpouse' DESC 'Returns or sets the spouse name entry for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.77 NAME 'sifcSubject' DESC 'Returns or sets the subject for the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This property corresponds to the MAPI property PR_SUBJECT. #The Subject property is the default property for Outlook items. attributetype ( 1.3.6.1.4.1.26147.2.1.311.78 NAME 'sifcSuffix' DESC 'Returns or sets the name suffix (such as Jr., III, or Ph.D.) for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.79 NAME 'sifcTelexNumber' DESC 'Returns or sets the telex number for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.80 NAME 'sifcTimezone' DESC 'Returns or set the timezone for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.81 NAME 'sifcTitle' DESC 'Returns or sets the title for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.82 NAME 'sifcUid' DESC 'Unique id.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.83 NAME 'sifcWebPage' DESC 'Returns or sets the URL of the Web page for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.84 NAME 'sifcYomiCompanyName' DESC 'Returns or sets a String indicating the Japanese phonetic rendering (yomigana) of the company name for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.85 NAME 'sifcYomiFirstName' DESC 'Returns or sets a String indicating the Japanese phonetic rendering (yomigana) of the first name for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.86 NAME 'sifcYomiLastName' DESC 'Returns or sets a String indicating the Japanese phonetic rendering (yomigana) of the last name for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.87 NAME 'sifcPhoto' DESC 'Picture of the contact. Base64 encoded.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.88 NAME 'sifcBusinessAddressExtended' DESC 'Extension of the business address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.89 NAME 'sifcHomeAddressExtended' DESC 'Extension of the business address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.311.90 NAME 'sifcOtherAddressExtended' DESC 'Extension of the business address for the contact.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # - - - - - - - - - - - - - - - - - - - - - - - - - - - - objectClass ( 1.3.6.1.4.1.26147.2.2.311.1 NAME 'sifC' DESC 'The Sync4j Interchange Format (SIF) for contacts.' SUP top AUXILIARY MAY ( sifcAnniversary $ sifcAssistantName $ sifcAssistantTelephoneNumber $ sifcBirthday $ sifcBody $ sifcBusiness2TelephoneNumber $ sifcBusinessAddressCity $ sifcBusinessAddressCountry $ sifcBusinessAddressPostalCode $ sifcBusinessAddressPostOfficeBox $ sifcBusinessAddressState $ sifcBusinessAddressStreet $ sifcBusinessFaxNumber $ sifcBusinessLabel $ sifcBusinessTelephoneNumber $ sifcBusinessWebPage $ sifcCallbackTelephoneNumber $ sifcCarTelephoneNumber $ sifcCategories $ sifcChildren $ sifcCompanyMainTelephoneNumber $ sifcCompanyName $ sifcCompanies $ sifcComputerNetworkName $ sifcDepartment $ sifcEmail1Address $ sifcEmail1AddressType $ sifcEmail2Address $ sifcEmail2AddressType $ sifcEmail3Address $ sifcEmail3AddressType $ sifcFileAs $ sifcFirstName $ sifcFolder $ sifcGender $ sifcHobby $ sifcHome2TelephoneNumber $ sifcHomeAddressCity $ sifcHomeAddressCountry $ sifcHomeAddressPostalCode $ sifcHomeAddressPostOfficeBox $ sifcHomeAddressState $ sifcHomeAddressStreet $ sifcHomeFaxNumber $ sifcHomeLabel $ sifcHomeTelephoneNumber $ sifcHomeWebPage $ sifcID $ sifcImportance $ sifcInitials $ sifcJobTitle $ sifcLanguage $ sifcLastName $ sifcManagerName $ sifcMiddleName $ sifcMileage $ sifcMobileTelephoneNumber $ sifcNickName $ sifcOfficeLocation $ sifcOrganizationalIDNumber $ sifcOtherAddressCity $ sifcOtherAddressCountry $ sifcOtherAddressPostalCode $ sifcOtherAddressPostOfficeBox $ sifcOtherAddressState $ sifcOtherAddressStreet $ sifcOtherFaxNumber $ sifcOtherLabel $ sifcOtherTelephoneNumber $ sifcPagerNumber $ sifcPrimaryTelephoneNumber $ sifcProfession $ sifcRevision $ sifcRadioTelephoneNumber $ sifcSensitivity $ sifcSpouse $ sifcSubject $ sifcSuffix $ sifcTelexNumber $ sifcTimezone $ sifcTitle $ sifcUid $ sifcWebPage $ sifcYomiCompanyName $ sifcYomiFirstName $ sifcYomiLastName $ sifcPhoto $ sifcBusinessAddressExtended $ sifcHomeAddressExtended $ sifcOtherAddressExtended ) ) # - - - - - - - - - - - - - - - - - - - - - - - - - - - - # SIF-E -- events (calendar entries) attributetype ( 1.3.6.1.4.1.26147.2.1.312.1 NAME 'sifeAllDayEvent' DESC 'True if the appointment is an all-day event (as opposed to a specified time).' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Corresponds to the All day event check box on #the Appointment page of an AppointmentItem. True is 1. attributetype ( 1.3.6.1.4.1.26147.2.1.312.2 NAME 'sifeBody' DESC 'Returns or sets the clear-text body of the item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.3 NAME 'sifeBusyStatus' DESC 'Returns or sets the busy status of the user for the appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Can be one of the following OlBusyStatus constants: #olBusy(2), olFree(0), olOutOfOffice(3), or olTentative(1). attributetype ( 1.3.6.1.4.1.26147.2.1.312.4 NAME 'sifeCalscale' DESC 'Defines the calendar scale used for the appointment' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.5 NAME 'sifeCategories' DESC 'Returns or sets the categories assigned to the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.6 NAME 'sifeCompanies' DESC 'The names of the companies associated with the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This is a free-form text field. attributetype ( 1.3.6.1.4.1.26147.2.1.312.7 NAME 'sifeContact' DESC 'Represent the contact information or a reference to contact information associated with the appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.8 NAME 'sifeCreated' DESC 'Specifies the date and time that the calendar information was created by the calendar user agent in the calendar store.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.9 NAME 'sifeDalarm' DESC 'Display alarms that usually trigger a dialog box to be displayed by the client program.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.10 NAME 'sifeDcreated' DESC 'Specifies the date and time that the calendar information was created by the calendar user agent in the calendar store.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.11 NAME 'sifeDtstamp' DESC 'Indicates the date/time that the instance of the appointment was created.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.12 NAME 'sifeEnd' DESC 'The end date and time of an appointment or journal entry.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Expressed in UTC YYYYMMDDTHHMMSSZ. attributetype ( 1.3.6.1.4.1.26147.2.1.312.13 NAME 'sifeGeo' DESC 'Specifies information related to the global position for the activity specified by an appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.14 NAME 'sifeID' DESC 'Returns or sets the identifier of the calendar item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.15 NAME 'sifeImportance' DESC 'Returns or sets the relative importance level for the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Can be one of the following OlImportance constants: olImportanceHigh(2), #olImportanceLow(0), or olImportanceNormal(1). #This property corresponds to the MAPI property PR_IMPORTANCE.' attributetype ( 1.3.6.1.4.1.26147.2.1.312.16 NAME 'sifeIsRecurring' DESC 'True if the appointment is recurring. True is 1.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.17 NAME 'sifeLastModified' DESC 'Specifies the date and time that the information associated with the appointment was last revised in the calendar store.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.18 NAME 'sifeLocation' DESC 'Returns or sets the specific location.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.19 NAME 'sifeMeetingStatus' DESC 'An OlMeetingStatus constant specifying the meeting status of the appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #The constants are: olNonMeeting (0), olMeeting (1), #olMeetingReceived (3), olMeetingCanceled (5) attributetype ( 1.3.6.1.4.1.26147.2.1.312.20 NAME 'sifeMileage' DESC 'Returns or sets a String representing the mileage for an item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This is a free-form string field and can be used to store #mileage information associated with the item (for example, #100 miles documented for an appointment, contact, or task) #for purposes of reimbursement.' attributetype ( 1.3.6.1.4.1.26147.2.1.312.21 NAME 'sifePalarm' DESC 'Is a procedure reminder, or application executable that will be run as an alarm for a calendar component.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.22 NAME 'sifeProdId' DESC 'Specifies the identifier for the product that created the appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.23 NAME 'sifeReminderInterval' DESC 'Returns or sets the interval in which the reminder has to be repeated.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.24 NAME 'sifeReminderMinutesBeforeStart' DESC 'The number of minutes the reminder should occur prior to the start of the appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.25 NAME 'sifeReminderOptions' DESC 'Returns or sets the type of a reminder.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Sum of any of the following constants. olLED activates #the LED (light emitting diode) on a device. olVibrate activates #any vibration indicator on a device. olDialog displays a dialog. #olSound plays the file specified by ReminderSoundFile. #olRepeat repeats the reminder. attributetype ( 1.3.6.1.4.1.26147.2.1.312.26 NAME 'sifeReminderRepeatCount' DESC 'Returns or sets the number of times that the reminder has to be repeated.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.27 NAME 'sifeReminderSet' DESC 'True if a reminder has been set for this appointment, item or task.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #True is 1. attributetype ( 1.3.6.1.4.1.26147.2.1.312.28 NAME 'sifeReminderSoundFile' DESC 'The path and file name of the sound file to play when the reminder occurs for the Appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This property is valid only if the ReminderSet property is TRUE #and the ReminderOptions property includes olSound. #The default for this is the current setting for the Calendar #application or Alarm1.wav if none.' attributetype ( 1.3.6.1.4.1.26147.2.1.312.29 NAME 'sifeReplyTime' DESC 'A Date indicating the reply time for the appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.30 NAME 'sifeRevision' DESC 'Represents the date and time that this events information was last modified.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.31 NAME 'sifeRrule' DESC 'Defines a rule or repeating pattern.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Defines a rule or repeating pattern for recurring events, #to-dos, or time zone definitions. attributetype ( 1.3.6.1.4.1.26147.2.1.312.32 NAME 'sifeSensitivity' DESC 'Returns or sets the sensitivity for the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Can be one of the following OlSensitivity constants: olConfidential(3), #olNormal(0), olPersonal(1), or olPrivate(2). #This property corresponds to the MAPI property PR_SENSITIVITY. attributetype ( 1.3.6.1.4.1.26147.2.1.312.33 NAME 'sifeSequence' DESC 'The sequence field specifies the sequence number of a version of an appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.34 NAME 'sifeStart' DESC 'Returns or sets the starting date and time for the appointment or journal entry.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Expressed in UTC YYYYMMDDTHHMMSSZ. attributetype ( 1.3.6.1.4.1.26147.2.1.312.35 NAME 'sifeStatus' DESC 'Is the overall status or confirmation of the appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Can be one of the following values: Tentative, Confirmed, Cancelled.' attributetype ( 1.3.6.1.4.1.26147.2.1.312.36 NAME 'sifeSubject' DESC 'The subject for the appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.37 NAME 'sifeTimezoneId' DESC 'The timezoneid field specifies the time zone identifier of an appointment or meeting.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.38 NAME 'sifeTransp' DESC 'Defines whether an event is transparent or not to busy time searches.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.39 NAME 'sifeUid' DESC 'Defines the persistent, globally unique identifier for the appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.40 NAME 'sifeUrl' DESC 'Defines a Uniform Resource Locator (URL) associated with the appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.41 NAME 'sifeVersion' DESC 'An identifier.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Specifies the identifier corresponding to the highest version number #or the minimum and maximum range of the iCalendar specification #that is required in order to interpret the iCalendar object. # Event recurrence properties - begin. attributetype ( 1.3.6.1.4.1.26147.2.1.312.42 NAME 'sifeDayOfMonth' DESC 'The single day of the month from 1 to 31.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.43 NAME 'sifeDayOfWeekMask' DESC 'The combination days of the week constants.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #(i. e. event recurring on Monday and Wednesday. #The DayOfWeekMask should be olMonday + olWednesday. attributetype ( 1.3.6.1.4.1.26147.2.1.312.45 NAME 'sifeInterval' DESC 'Is the interval of the recurrence.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #If RecurrenceType is olRecursDaily, event occurs every day. #If olRecursWeekly, event occurs every week. attributetype ( 1.3.6.1.4.1.26147.2.1.312.46 NAME 'sifeInstance' DESC 'The ordinal number of the day, week, month' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.47 NAME 'sifeMonthOfYear' DESC 'Month of year' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.48 NAME 'sifeNoEndDate' DESC 'True if there is no end date.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # True is 1. attributetype ( 1.3.6.1.4.1.26147.2.1.312.49 NAME 'sifeOccurrences' DESC 'Number of occurrences for the recurrence.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.50 NAME 'sifePatternStartDate' DESC 'The start date of the recurrence' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.51 NAME 'sifePatternEndDate' DESC 'The end day of the recurrence' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.52 NAME 'sifeRecurrenceType' DESC 'Returns or set a RecurrenceType.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # EXRULE - container for the two below, thus not needed #attributetype ( 1.3.6.1.4.1.26147.2.1.312.53 # NAME 'sifeRecurrenceExceptions' # DESC 'Returns or set a Recurrence Exceptions.' # EQUALITY caseIgnoreMatch # SUBSTR caseIgnoreSubstringsMatch # SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # EXDATE attributetype ( 1.3.6.1.4.1.26147.2.1.312.54 NAME 'sifeRecurrenceExcludeDate' DESC 'Returns or set a Recurrence Exclude Date(s).' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # RDATE attributetype ( 1.3.6.1.4.1.26147.2.1.312.55 NAME 'sifeRecurrenceIncludeDate' DESC 'Returns or set a Recurrence Include Date(s).' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.312.56 NAME 'sifeMethod' DESC '.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # Event recurrence properties - end. attributetype ( 1.3.6.1.4.1.26147.2.1.312.57 NAME 'sifeReminderTime' DESC 'Returns or sets the reminder time.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # - - - - - - - - - - - - - - - - - - - - - - - - - - - - objectClass ( 1.3.6.1.4.1.26147.2.2.312.1 NAME 'sifE' DESC 'The Sync4j Interchange Format (SIF) for events.' SUP top AUXILIARY MAY ( sifeAllDayEvent $ sifeBody $ sifeBusyStatus $ sifeCalscale $ sifeCategories $ sifeCompanies $ sifeContact $ sifeCreated $ sifeDalarm $ sifeDcreated $ sifeDtstamp $ sifeEnd $ sifeGeo $ sifeID $ sifeImportance $ sifeIsRecurring $ sifeLastModified $ sifeLocation $ sifeMeetingStatus $ sifeMileage $ sifePalarm $ sifeProdId $ sifeReminderInterval $ sifeReminderMinutesBeforeStart $ sifeReminderOptions $ sifeReminderRepeatCount $ sifeReminderSet $ sifeReminderSoundFile $ sifeReplyTime $ sifeRevision $ sifeRrule $ sifeSensitivity $ sifeSequence $ sifeStart $ sifeStatus $ sifeSubject $ sifeTimezoneId $ sifeTransp $ sifeUid $ sifeUrl $ sifeVersion $ sifeDayOfMonth $ sifeDayOfWeekMask $ sifeInterval $ sifeInstance $ sifeMonthOfYear $ sifeNoEndDate $ sifeOccurrences $ sifePatternStartDate $ sifePatternEndDate $ sifeRecurrenceType $ sifeRecurrenceExcludeDate $ sifeRecurrenceIncludeDate $ sifeMethod $ sifeReminderTime ) ) # error: sifeRecurrenceExceptions $ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - # SIF-T -- tasks (to-do entries) attributetype ( 1.3.6.1.4.1.26147.2.1.313.1 NAME 'siftActualWork' DESC 'Returns or sets the actual effort (in minutes) spent on the task.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.2 NAME 'siftBillingInformation' DESC 'The billing information associated with the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This is a freeform text field. attributetype ( 1.3.6.1.4.1.26147.2.1.313.3 NAME 'siftBody' DESC 'Returns or sets the clear-text body of the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.4 NAME 'siftCategories' DESC 'Returns or sets the categories assigned to the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.5 NAME 'siftCompanies' DESC 'The names of the companies associated with the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This is a freeform text field. attributetype ( 1.3.6.1.4.1.26147.2.1.313.6 NAME 'siftComplete' DESC 'True if the task is completed.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #True is 1. attributetype ( 1.3.6.1.4.1.26147.2.1.313.7 NAME 'siftDueDate' DESC 'Returns or sets a Date indicating the due date for the task.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.8 NAME 'siftDateCompleted' DESC 'Returns when the task is completed.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #It gets set to the current date on the device when you set the Complete property. attributetype ( 1.3.6.1.4.1.26147.2.1.313.9 NAME 'siftImportance' DESC 'Returns or sets the relative importance level for the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Can be one of the following OlImportance constants: olImportanceHigh(2), #olImportanceLow(0), or olImportanceNormal(1). #This property corresponds to the MAPI property PR_IMPORTANCE. attributetype ( 1.3.6.1.4.1.26147.2.1.313.10 NAME 'siftMileage' DESC 'String representing the mileage for an item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This is a free-form string field and can be used to store mileage #information associated with the item (for example, 100 miles documented #for an appointment, contact, or task) for purposes of reimbursement. attributetype ( 1.3.6.1.4.1.26147.2.1.313.11 NAME 'siftPercentComplete' DESC 'The percentage of the task completed at the current date and time.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.12 NAME 'siftReminderSet' DESC 'True if a reminder has been set for this appointment, mail item or task.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #True is 1. attributetype ( 1.3.6.1.4.1.26147.2.1.313.13 NAME 'siftReminderTime' DESC 'The date and time at which the reminder should occur for this item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.14 NAME 'siftReminderSoundFile' DESC 'The path and file name of the sound file to play when the reminder occurs for the Appointment.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This property is valid only if the ReminderSet property is TRUE and #the ReminderOptions property includes olSound. The default for #this is the current setting for #the Calendar application or Alarm1.wav if none. attributetype ( 1.3.6.1.4.1.26147.2.1.313.15 NAME 'siftReminderOptions' DESC 'Returns or sets the type of a reminder.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Sum of any of the following constants. olLED activates #the LED (light emitting diode) on a device. olVibrate activates #any vibration indicator on a device. olDialog displays a dialog. #olSound plays the file specified by ReminderSoundFile. #olRepeat repeats the reminder. attributetype ( 1.3.6.1.4.1.26147.2.1.313.16 NAME 'siftIsRecurring' DESC 'True if the appointment is recurring.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #True is 1. attributetype ( 1.3.6.1.4.1.26147.2.1.313.17 NAME 'siftSensitivity' DESC 'Returns or sets the sensitivity for the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Can be one of the following OlSensitivity constants: olConfidential(3), #olNormal(0), olPersonal(1), or olPrivate(2). This property #corresponds to the MAPI property PR_SENSITIVITY attributetype ( 1.3.6.1.4.1.26147.2.1.313.18 NAME 'siftStartDate' DESC 'Returns or sets the starting date and time for the task' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.19 NAME 'siftStatus' DESC 'Returns or sets the status for the task.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #Can be one of the following OlTaskStatus constants: olTaskComplete(2), #olTaskDeferred(4), olTaskInProgress(1), olTaskNotStarted(0), #or olTaskWaiting(3). attributetype ( 1.3.6.1.4.1.26147.2.1.313.20 NAME 'siftSubject' DESC 'Returns or sets the subject for the Outlook item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This property corresponds to the MAPI property PR_SUBJECT. #The Subject property is the default property for Outlook items. #IT IS READ ONLY FOR NOTES. attributetype ( 1.3.6.1.4.1.26147.2.1.313.21 NAME 'siftTeamTask' DESC 'True if the task is a team task. True is 1' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.22 NAME 'siftTotalWork' DESC 'Returns or sets the total work for the task' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # Task recurrence properties - begin. attributetype ( 1.3.6.1.4.1.26147.2.1.313.23 NAME 'siftDayOfMonth' DESC 'For recurrence (see calendar property)' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.24 NAME 'siftDayOfWeekMask' DESC 'For recurrence (see calendar property)' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.25 NAME 'siftInterval' DESC 'Return the interval' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.26 NAME 'siftInstance' DESC 'For recurrence (see calendar property)' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.27 NAME 'siftMonthOfYear' DESC 'For recurrence (see calendar property)' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.28 NAME 'siftNoEndDate' DESC 'For recurrence (see calendar property)' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.29 NAME 'siftOccurrences' DESC 'For recurrence (see calendar property)' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.30 NAME 'siftPatternStartDate' DESC 'For recurrence (see calendar property)' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.31 NAME 'siftPatternEndDate' DESC 'For recurrence (see calendar property)' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.313.32 NAME 'siftRecurrenceType' DESC 'Returns or set a RecurrenceType. values are orRecursDaily.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # EXRULE attributetype ( 1.3.6.1.4.1.26147.2.1.313.33 NAME 'siftRecurrenceExceptions' DESC 'Returns or set a Recurrence Exceptions.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # EXDATE attributetype ( 1.3.6.1.4.1.26147.2.1.313.34 NAME 'siftRecurrenceExcludeDate' DESC 'Returns or set a Recurrence Exclude Date(s).' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # RDATE attributetype ( 1.3.6.1.4.1.26147.2.1.313.35 NAME 'siftRecurrenceIncludeDate' DESC 'Returns or set a Recurrence Include Date(s).' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # Task recurrence properties - end. attributetype ( 1.3.6.1.4.1.26147.2.1.313.36 NAME 'siftReminderMinutesBeforeStart' DESC 'Reminder minutes before task start.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # - - - - - - - - - - - - - - - - - - - - - - - - - - - - objectClass ( 1.3.6.1.4.1.26147.2.2.313.1 NAME 'sifT' DESC 'The Sync4j Interchange Format (SIF) for tasks.' SUP top AUXILIARY MAY ( siftActualWork $ siftBillingInformation $ siftBody $ siftCategories $ siftCompanies $ siftComplete $ siftDueDate $ siftDateCompleted $ siftImportance $ siftMileage $ siftPercentComplete $ siftReminderSet $ siftReminderTime $ siftReminderSoundFile $ siftReminderOptions $ siftIsRecurring $ siftSensitivity $ siftStartDate $ siftStatus $ siftSubject $ siftTeamTask $ siftTotalWork $ siftDayOfMonth $ siftDayOfWeekMask $ siftInterval $ siftInstance $ siftMonthOfYear $ siftNoEndDate $ siftOccurrences $ siftPatternStartDate $ siftPatternEndDate $ siftRecurrenceType $ siftRecurrenceExceptions $ siftRecurrenceExcludeDate $ siftRecurrenceIncludeDate $ siftReminderMinutesBeforeStart ) ) # - - - - - - - - - - - - - - - - - - - - - - - - - - - - # SIF-N -- notes attributetype ( 1.3.6.1.4.1.26147.2.1.314.1 NAME 'sifnBody' DESC 'Returns or sets the clear-text body of the note item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.314.2 NAME 'sifnCategories' DESC 'Returns or sets the categories assigned to the note item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.314.3 NAME 'sifnColor' DESC 'Color of note.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.314.4 NAME 'sifnDate' DESC 'Date of received note.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.314.5 NAME 'sifnHeight' DESC 'Height of the box note.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.314.6 NAME 'sifnLeft' DESC 'Left position of the box of the note.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.314.7 NAME 'sifnSubject' DESC 'Returns or sets the subject for the note item.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) #This property corresponds to the MAPI property PR_SUBJECT. #The Subject property is the default property for Outlook items. #IT IS READ ONLY FOR NOTES. #Its value is retrieved by the first line of the body. attributetype ( 1.3.6.1.4.1.26147.2.1.314.8 NAME 'sifnTop' DESC 'Top position of the boxof the note.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.314.9 NAME 'sifnWidth' DESC 'Width of the box note.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # - - - - - - - - - - - - - - - - - - - - - - - - - - - - objectClass ( 1.3.6.1.4.1.26147.2.2.314.1 NAME 'sifN' DESC 'The Sync4j Interchange Format (SIF) for notes.' SUP top AUXILIARY MAY ( sifnBody $ sifnCategories $ sifnColor $ sifnDate $ sifnHeight $ sifnLeft $ sifnSubject $ sifnTop $ sifnWidth ) ) # Note: SIF-SMS schema has been tested with SMS VMSG version 1.1. # Note: The first VCARD in the VMSG is the sender, and the second is # the receiver. If the first is empty, sender is "me". # If the second is missing, receiver is "me". # Structure: VMSG((status, folder) VCARD(name, mobile) # VENV([VCARD(name, mobile)] VENV(VBODY(date, message)))) # # - - - - - - - - - - - - - - - - - - - - - - - - - - - - # SIF-SMS -- SMS - An Trivore Corp. enhancement. attributetype ( 1.3.6.1.4.1.26147.2.1.330.1 NAME 'sifsmsEverything' DESC 'The unparsed text message, including all headers, everything.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.330.2 NAME 'sifsmsMessage' DESC 'The text message.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.330.3 NAME 'sifsmsMessageDate' DESC 'Date the text message was sent or received.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.330.4 NAME 'sifsmsSenderMobile' DESC 'Text message sender mobile.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.330.5 NAME 'sifsmsSenderName' DESC 'Text message sender name.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.330.6 NAME 'sifsmsReceiverMobile' DESC 'Text message receiver mobile.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.330.7 NAME 'sifsmsReceiverName' DESC 'Text message receiver name.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.330.8 NAME 'sifsmsFolder' DESC 'Folder where the text message resides.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) attributetype ( 1.3.6.1.4.1.26147.2.1.330.9 NAME 'sifsmsStatus' DESC 'Folder where the text message resides.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # Reserved for future use. Temporary name. #attributetype ( 1.3.6.1.4.1.26147.2.1.330.101 # NAME 'sifsmsApp1' # DESC 'SMS web manager application specific usage.' # EQUALITY caseIgnoreMatch # SUBSTR caseIgnoreSubstringsMatch # SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # 1.3.6.1.4.1.26147.2.1.330.100 - 199 # Reserved for Trivore Corp. internal use. # Below: optional, alternate attributes. attributetype ( 1.3.6.1.4.1.26147.2.1.330.501 NAME 'sifsms-vmsg-x-nok-dt' DESC 'VMSG header extension.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) # - - - - - - - - - - - - - - - - - - - - - - - - - - - - objectClass ( 1.3.6.1.4.1.26147.2.2.330.1 NAME 'sifSMS' DESC 'The Sync4j Interchange Format (SIF) for SMS, Trivore Corp. enhanced.' SUP top AUXILIARY MAY ( sifsmsEverything $ sifsmsMessage $ sifsmsMessageDate $ sifsmsSenderMobile $ sifsmsSenderName $ sifsmsReceiverMobile $ sifsmsReceiverName $ sifsmsFolder $ sifsmsStatus ) ) objectClass ( 1.3.6.1.4.1.26147.2.2.330.11 NAME 'sifSMSextra11' DESC 'The Sync4j Interchange Format (SIF) for SMS, Trivore Corp. enhanced.' SUP top AUXILIARY MAY ( sifsms-vmsg-x-nok-dt ) ) # ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - End-of-substance. # Revision history, a.k.a. changelog: # Rev# Released Author # Changes and notes; OIDs are rooted under 1.3.6.1.4.1.26147.2 # ---- -------- ------------------------------------------------------------ # 1 20070824 Kari Mattsson # First globally public release. Credits are due # to Funambol for creating the SIFs in the first place. # The following SIFs are covered: SIF-C for contacts, # SIF-E for events, SIF-T for tasks, and SIF-N for notes. # 2 20070907 Kari Mattsson # Added three attributes missing from the original # documentation. # Also added the attributes to object classes # 'sifE', and 'sifT'. # OIDs: 1.3.6.1.4.1.26147.2.1.312.53 - 55, and # OIDs: 1.3.6.1.4.1.26147.2.1.313.33 - 35. # 3 20071220 Kari Mattsson # Added one new attribute which was missing from # the original documentation. # OID: 1.3.6.1.4.1.26147.2.1.311.87 # 4 20080205 Kari Mattsson # Added sifSMS consisting of the following OIDs: # 1.3.6.1.4.1.26147.2.2.330.1, 1.3.6.1.4.1.26147.2.2.330.11, # 1.3.6.1.4.1.26147.2.1.330.1 - 1.3.6.1.4.1.26147.2.1.330.9, # and 1.3.6.1.4.1.26147.2.1.330.501. # 5 20080405 Kari Mattsson # Added some new attributes which were missing # OIDs: 1.3.6.1.4.1.26147.2.1.311.88 - 90, # OIDs: 1.3.6.1.4.1.26147.2.1.312.56 - 57, and # OID: 1.3.6.1.4.1.26147.2.1.313.36. ### - - - - - - - - - - - - - - - - - - - - - - - - - - - - The-end.